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