Other Parts Discussed in Thread: UNIFLASH
Tool/software: TI C/C++ Compiler
I want to store some data on microcontroller flash memory and I want to make sure that, the data is not lost during programmer erase cycle. I know the setting of JTAG for avoiding any particular sector form erase cycle. But is there is any macro by which I can select a sector from my code to avoid its erase cycle?. We are also using serial flash utility to program the microcontroller and when we select erase option then it will erase full memory (bank 0 and 1 both).