Resolved! Flash erase vs Program Running vs Design Decisions
Hello,On STM32F401 is the HAL flash erase a blocking function? (one flash bank, no RAM functions) FLASH_Erase_Sector(idx, FLASH_VOLTAGE_RANGE_3); It's not explicitly stated anywhere. Datasheet says reading the flash while erasing causes stalling, whi...