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

initialising a static lookup table from a DAT/TXT file.

Hi,
I am in an urgent requirement of incorporating an array of unsigned char [100][100] lookup table for calibrating a sensor data, into my program. The data is available in the form of a MS Excel sheet/txt file. After compilation, I wish to have the data to be there along with the hex file, and of course my program should be able to read the data from any element of the array.I searched for an example in Keil compiler manual, but i couldnt find any.
Please Help me, its so urgent.

0