Hi,
I'm new to the MSP430. I have an application which needs to store 4 blocks of 256 bytes of data in the on board FRAM. I have used the addresses 0xF000, 0xF100, 0xF200 & 0xF300 as the respective start addresses for each block. This has worked initially but as I modify my main program I have been getting some strange results when reading back from these locations. i believe that my program may be bleeding into the tables.
How can I determine a safe location for my tables which will not be over-written by the program?
Many thanks in advance.
Paul