Part Number: MSPM33-SDK
Other Parts Discussed in Thread: MSPM33C321A,
Hello,
My question is about the µc MSPM33C321A.
I have a misunderstanding concerning EEPROM emulated management with accessing addresses.
The EEPROM emulated memory is stored in Data flash at start address : 0x80000000 with length of 32KB.
in linker file, this memory is defined like this:
DATA (R) : origin = 0x80000000, length = 0x00007FFF
But the access must not be done directly to these addresses but to addresses 0x00002000.
That means, when the SW writes at address 0x80000000, it shall writes at address 0x00002000, and after the µc "copy" to address 0x80000000, right ?
But if the SW read at address 0x80000000, it should read at this address or should read at 0x00002000 (or both are possible) ?
Thanks