Hi ,SIr
I have a question about writting a data to FRAM.
I written a data to the address which is occupied by my code (example write 0xAA to 0x004480 ), I found that the data of the address was not 0xAA when I re-up electricity for MSPFR6972. I think if the address was occupied by my code, it should not be write other data . but I found it was written in the address by debugging. what's the reason?
As the MSP430FR6972 datasheet showing ,
I know the code memory range is 013FFFh-004400h,but how could I know the actual address range of my code ?