Hi, I am implementing the bank switching logic for STM32L476 Environment: Eclipse for code development : ST-Link/V2 Debugger for flashing and debugging binaries: Why below code gets stuck at the HAL_FLASH_OB_Launch(); ?
FLASH_OBProgramInitTypeDef OBInit; /* Set BFB2 bit to enable boot from Flash Bank2 */ /* Allow Access to Flash control registers and user Flash */ HAL_FLASH_Unlock(); /* Clear OPTVERR bit set on virgin samples */ __HAL_FLASH_CLEAR_FLAG...