hi,
I was working on a project on msp430fr5969. then i checked at the memory map of the device. it was surprising to see that there was wholes between the memory address. for instance:-
MEMORY CONFIGURATION
name origin length used unused attr fill
---------------------- -------- --------- -------- -------- ---- --------
SFR 00000000 00000010 00000000 00000010 RWIX
PERIPHERALS_8BIT 00000010 000000f0 00000000 000000f0 RWIX
PERIPHERALS_16BIT 00000100 00000100 00000000 00000100 RWIX
RAM 00001c00 00000800 00000800 00000000 RWIX 0000
FRAM 00004400 0000bb80 0000b6f8 00000488 RWIX
this an extract from the map file. here we can see that between RAM and PERIPHERALS_16BIT there is wide gap of around 6KB. so why do we have such gap. and can i use it as memory to store data?