Question
Problem with erasing and overwriting FLASH data
Posted on June 15, 2013 at 12:58
Hi,
After writing in FLASH using FLASH_ProgramWord(uint32_t Address,Data). I can't overwrite that address data completely using FLASH_ProgramWord(Address,0xFFFFFFFF) or FLASH_ProgramWord(Address,Newdata);.In case of erasing it with FFFFFFFF, data on that address does not change.In case of overwrite with other data, it only replace it with some wrong data.