Question
STM32F2xx FLASH erease program
Posted on April 04, 2013 at 14:43
I have problem erease the write to the FLASH .
I do as follow FLASH_Unlock(); FLASH_EraseSector(FLASH_Sector_4, VoltageRange_3); Prair to that I check that all section are unlock nWRP= 0xFFF. I use HSE and I read that in STM32F1xx it should use HSI (in PM0042) but not mention in STM32F2xx program manual PM0059. Does it true? When I do erease all it work. What could be the reasone? Regards Bar. #sterease/program