HAL_FLASH_Program behavior
Posted on April 24, 2018 at 17:35I came across a rare issue where a previously failed flash operation would cause a subsequent operation to fail as well. I tracked it down to stm32f4xx_hal_flash.c::HAL_Flash_Program()When the function calls FLASH_W...