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.