User Activity

I am using a STM32F401 MCU and STM32 HAL library. I am writing a bootloader that will update an application that is located into a different sector. The sequence is this:/* Unlock the flash */HAL_FLASH_Unlock();/* Erase the sector that will hold the ...