This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am using Google Translate as English is not my native language
I am using MSP430FR5994
Thank you very much for your support.
Now works with FRAM.
But I would like to ask you an additional question.
When writing to FRAM with 16bit and reading with 8bit, FF is written in the part of the odd address.
If possible, I would like to write in 8 bits and read in 8 bits, but when I write in 8 bits, it seems that it is written only in the lower 8 bits.
I couldn't find any part like byte/word access control.
Please let me know if it is possible to write 8bit and read 8bit. Also, in the case of 16bit write only, is there anything that can be considered for the phenomenon that 0xff is written to odd addresses when reading 8bit?
I hope you can answer
add
8bit W/ 0x00/DATA R DATA
16bit W DATA0/DATA1 R 0X00/DATA0
16bit W DATA0/DATA1 R 8BIT FIRST DATA0 SECOND 0XFF
Hi
There is no access control. You can refer to the API for byte write or 16bit or 32bit.
**Attention** This is a public forum