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.
Where does the ECC go..?
Also Blankverification of odd number of bytes is it possible..?