Tool/software:
Hi All,
I've been working on programming the MSP430FR5962 recently, and I have a question: after programming the code, there are two functions available to read out the data for verification (ReadMemQuick and ReadMem).
If using ReadMem to read the main flash, the programmed data always matches the read-back data, regardless of how many times it is read. However, when using ReadMemQuick, the main flash data matches for the first few reads, but after multiple reads, the data changes.
I would like to understand what happened. Could you please explain if there are any differences, or do you have any suggestions on this?
Thanks