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.

Store data and variables into flash

Other Parts Discussed in Thread: TMS320F28335

Hi,

I have tms320f28335 microprocessor. Program is executed from flash memory, but data and variables are stored into RAM. I want to store data into flash memory.

When I modified F28335.cmd linker command file and rewrote line: ".ebss    : >   RAML4    PAGE = 1" to ".ebss    :>   FLASHB    PAGE = 1". Then variables are in flash memory (I check their addresses), but they are not rewritable. How can I eliminate this problem?

Thanks for your answers.

Regards

Jozef