STM32F4 - FLASH Erase
Posted on December 11, 2013 at 20:54I am attempting to erase a FLASH sector, but the process hangs. Any ideas on why this might be happening? FLASH_Unlock(); FLASH_ClearFlag(FLASH_FLAG_EOP | FLASH_FLAG_OPERR | FLASH_FLAG_WRPER...