User Activity

Hello, I am trying to perform a flash bank swap from bank1 to bank2. Executing the following code: FLASH_OBProgramInitTypeDef OBInit;   /* Unlock tha User Flash area */ HAL_FLASH_Unlock();   HAL_FLASH_OB_Unlock();   /* Get the Dual boot configura...