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

External Array of Structure

Dear All,
I am using LPC2138 with LCD display and key pad, program down loader via URAT.
I have program and big chunk of messages stored in Array of Structure. Till now, I manage to compile whole thing and program and system works fine.
Now these messages to change in field so, I need to separate them, code and Message. I have two questions
1. How to define the structure ( data is not part of code) so that compiler/linker do not give problem and system can work as usual.
2. How to create the binary file of these message to copy in Flash.

I am thinking to program the message bin file after the end of program, using IAP routine of boot loader, the 1st page of Bin will details of each array to read at power up and init the variable to access these messages.

Thanks in advance.