Other Parts Discussed in Thread: SYSCONFIG
Hi,
I'm about to use the EEPROM Emulation type A and am referring to the example `mspm0_sdk_1_30_00_03\examples\nortos\LP_MSPM0L1306\eeprom\emulation_type_a\eeprom_emulation_type_a\`.
Now in the `mspm0l1306.cmd` I would expect some reserved space for the eeprom-emulation. At least origin and size of the flash should be
FLASH (RX) : origin = 0x00000800, length = 0x0000F7F8
instead of
FLASH (RX) : origin = 0x00000000, length = 0x0000FFF8
In the case of a 2sector eeprom emulation space.
Am I missing something (which usually is the case) or is the example missing that point in the hope of application-data never exceeding 0xF7F8 ?
Also, are there restrictions as to where to put the storage space? at the beginning or the end of flash? (0x1000 as in the example seems odd to me..)
Thank you!