2010-09-01 09:22 AM
FLASH_ProgramWord not working / Memory Protection
2011-05-17 05:05 AM
You have to unlock the flash first.
2011-05-17 05:05 AM
You should be very careful with rewriting addresses. After erasing you can write every address [n*2] with 16 bit data exactly one time.
There are only two exceptions: - rewriting with the same value is ignored - rewriting with 0x0000 is always possible2011-05-17 05:05 AM
Cheers
2015-03-08 05:09 AM
Why only can rewrite once?
Thanks2015-03-08 06:54 AM
Why only can rewrite once?
Because that's how flash memory works, it takes a long time to write or erase, because it's changing a charge state of a cell. You erase it to ONE state, and you can change it to a ZERO state once, then you need to erase it again.http://computer.howstuffworks.com/flash-memory.htm