Other Parts Discussed in Thread: MSPM0L1306
HI,
I was looking to store the configuration parameters into the Emulated EEPROM, I was working with the Example code emulation_type_b where i can run that successfully and i can see the data stored in location start from 0x0001000 from memory browser. but how can i conform that data still there in flash after power of and on.
I have tried loading data @ 0x00001000 1st and stopped the debugging then run the debugger again this time i was expecting to see the previously loaded data in memory browser before loading the data again but it was all default values 0xFFFFFFFF
can anyone help here