Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
I need to save some calibration datas permanently into the flash, I'm currently working with the Launchpad LAUNCHXL-F28377S. I loaded the example flash_programming_cpu01.c found in the control siute. If I understood correctly the example uses the F021API to program FF bytes in the flash starting from addresses 0x84000 and from 0x82000.
Now, if I comment the Example_Done() function (which stops the processor) and I pause the processor with a breakpoint just after the Example_CallFlashAPI() (which sould program the flash) and I inspect the flash using the memory browser tool, I find ant the respective addresses all the data at a value 0xFFFF. For this reason I suppose the flash hasn't been programmed at all, so the example seems not be working.
I need help on this. Thank you very much