Resolved! STM32H7 Option bytes programming halts CPU
The MCU halts for approximately 300ms after setting the OPTSTART bit in the FLASH_OPTCR register. In HAL_FLASH_OB_Launch() :HAL_StatusTypeDef HAL_FLASH_OB_Launch(void) { HAL_StatusTypeDef status; /* Wait for CRC computation to be completed */ ...