This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0C1104: EEPROM Emulation issue in memory allocation

Part Number: MSPM0C1104

Tool/software:

I’m writing to the memory location 0x00001000 as 3, and I want to write the same value 3 into the next memory location 0x00001004. However, instead of writing to 0x00001004, it skips to 0x00001008 writing as 3.

I'm using this example code for reference.

C:\ti\mspm0_sdk_2_03_00_07\examples\nortos\LP_MSPM0C1104\eeprom\eeprom_emulation_type_a\ticlang

Please guide me regarding this ASAP.