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.

MSPM0G3507: Flash operations Read,write, blank verify

Part Number: MSPM0G3507

Tool/software:

Hi TI,

   I've seen that only one word operations are allowed for blank verify which is 64-bit(8bytes) what if we want to verify some odd number of bytes. And operations on odd number of bytes like read/write/Blank verify etc. Also how to get rid of ECC like only data operations I want to do without any ECC.

While going through some resources
I have come across this example https://github.com/TexasInstruments/mspm0-sdk/blob/main/examples/nortos/LP_MSPM0G3507/driverlib/flashctl_multiple_size_write/flashctl_multiple_size_write.c

which say about multiple write 1byte , 2bytes, 4bytes, 1word. So I see the point that ECC is not written inside the flash. The contents are like shown below.

       FF FF FF 11
     * FF FF FF FF
     * FF FF 22 22
     * FF FF FF FF
     * 33 33 33 33
     * FF FF FF FF
     * AB CD EF 00
     * 12 34 56 78
Where does the ECC go..?

Also Blankverification of odd number of bytes is it possible..?