cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding FLASH erasing problem in STM32F207

Nickname400_O
Associate
Posted on June 15, 2013 at 12:46

Hi,

After writing data in FLASH using FLASH_ProgramWord(uint32_t Address,uint32_t Data), I can't erase that Address data by using FLASH_ProgarmWord(uint32_t Address,0xFFFFFFFF).

reply me as soon as possible.
1 REPLY 1
Posted on June 15, 2013 at 13:29

I can't erase that Address data by using FLASH_ProgarmWord(uint32_t Address,0xFFFFFFFF).

Because it doesn't work that way, you have to erase a whole SECTOR (16,64 or 128KB depending on the address range).

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..