This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS flash the executable question

Other Parts Discussed in Thread: TMS570LS3137

Hi,

I want to know that for the TMS570LS3137 with the CCS, can I flash the data file(define some struct here) and the program file(process the data files) seperately? For my application,the data file may be changed in particular regions while the program which process the data files is all the same.

Does it possible to flash the data file in some fixed areas while the program read this area to use this data? If it's ok,how to realize it in detail?

Or it's impossible to flash them seperately, every time the data file changes, I've to rebuild the data file and the process program together to creat a .out file and then flash the .out file into the target even the process program is just the same?

Regards,

yong