Tool/software: TI-RTOS
Hello
I want to store running data (that is seldom written, often read) in the flash, as the space in the RAM is very limited.
I saw the Flash.c lib with the relevant functions and I hope to be able to use them. but I do not know how to define an area in the flash that will not be included in the program code, and will be writable.
my .map file now says:
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
FLASH 00000000 00100000 00085bb6 0007a44a R X
SRAM 20000000 00040000 00033e4d 0000c1b3 RW X
thanks
Shlomo