Hello,
The default linker file for the MSP430FR5994 separates the RAM into 2 regions, LEARAM, and RAM.
RAM : origin = 0x1C00, length = 0x1000
LEARAM : origin = 0x2C00, length = 0x1000 - LEASTACK_SIZE.
If I'm not using the LEA in my application can I simply combine the regions to access the full 8kb or RAM?
RAM : origin = 0x1C00, length = 0x2000
Are there any other considerations I need to be aware of?
Thanks,
Ryan