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.
Part Number: LAUNCHXL-F28377S
Tool/software: TI C/C++ Compiler
I want to store some data in flash separate from my program. My program runs from RAM after automatically copying a constant array from flash to RAM. I want to be able to alter the constant array in flash so the next time the program loads, it uses the newly flashed data. I have three questions:
1. Can I flash just the constant array (while leaving the program alone -- for security reasons, I want them separate)?
2. Can I use the DSS Java routines to do the flashing of the data in the constant array? (If so, how?)
3. I can't seem to tell from the MAP file where the data resides in flash prior to being loaded in RAM. (It only says where the data will be in RAM). Where can I find this information so I know where to load the data?
Thank you