Resolved! [SOLVED] HAL _ERROR while trying to program FLASH on STM32F411RE device
Hi,I'm writing a bootloader, the application binary is read from a SD card connected via SDIO and will be written into the SECTOR 2 of the micro controller (starts at 0x8008000 == APP_ADDRESS), the bootloader is stored in SECTOR 0 and SECTOR 1, start...