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...
As mentioned before the WDG is refreshed on every instruction.I have added debug code to read the timer from the WDG registers.It did not expire also.The WDG timeout is configured at 320ms
Hello @F.Belaid,I have read the example code and the main function matches ours function code. The configuration of the micro differs as this is not being executed on a Nucleo board but on a in-house one. The odd part is that this issue reproduces o...