This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Programming tables in flash memory, Philips LPC21xx family

Hello,

I'm trying to figure out how to do something and I'm getting no where. Hope someone here can point me to some info on this...

I have a program that uses three different short int 16 x 16 tables. My code is very stable and I don't need to change it much any more. What I'd like to find out is if there is a way to use Philip's flash tool to just program the tables and not the program.

The tables change daily and I'm the only guy who has a seat of the Keil ARM tools. It's a real pain for the guys who are doing the testing to have to email me a new table set, me compile it, the send them back a hex file for them to flash the uC.

Does anyone have any tips or sample code on how to do this (if it is possible)? I'm a hardware engineer, so make it simple :)