I want to understand the flash memory (256 KB) organization of TMS320F2806x .
I want to store the program in a specific location (or sector) of flash memory which can be earsed when it is reprogrammed and
I want to store data in a separate location of flash once when the program has started, which should not be erased when the program is being changed.
The data stored in the separate location should be available to me so that I can read the previously stored data.
I'm using the flash memory to store the program and using an external EEPROM to store data. I want a way so that I can save the data when the program has started in the flash memory of microcontroller, in a different location, which should not get erased when reprogramming the microcontroller.
Please suggest me as soon as possible.