Part Number: MSP430FR5994
Hello,
I am trying to utilize the extra memory available on FRAM2. I am having trouble though. I use pragma to assign a variable to the memory space I want to use
#pragma DATA_SECTION(accelerometer_X, ".testObjSeg")
_q15 accelerometer_X[SAMPLES];
and I edit the linker to associate the memory location.
.testObjSeg : {} > FRAM
so far, this is ok except for I still run out of memory. I tried associating the memory to FRAM2 but run into issues. The first issue being, the debugger doesn't seem to make it past bringing up the board. The second issue is there are specialized functions for using the extended address's for FRAM2 that I am unfamiliar with. Is there anyone who can point me to a good starting place learning to use the FRAM2 in the extended address and memory locations ? ? ?
Thank you for your help,
Michael