Unable to write to internal flash - STM32F4Discovery
Posted on November 11, 2015 at 17:59 I have the following code: FLASH_EraseInitTypeDef EraseInitStruct; __HAL_FLASH_INSTRUCTION_CACHE_RESET (); __HAL_FLASH_INSTRUCTION_CACHE_ENABLE (); HAL_FLASH_Unlock (); /* Get the 1st sector to e...