Hi TI,
I use FlashAPI to write uint64_t data (non-zero) into flash memory at a certain address (e.g. 0x000B0000~0x000B0003), and it can be written successfully. I then use Flash API to write uint64_t data (0) to that address again, and the data at that address does not change to 0. My understanding is that flash can be written from 1 to 0, so why can't it be written to 0 and what should I do about it?
Best regards,
Thanks!