Hello all,this code snippet is not working: the page is not erased, although the HAL does not report errors.No RTOS is running. if (HAL_ICACHE_Disable() != HAL_OK) {Error_Handler();} status = HAL_FLASH_Unlock();if (status != HAL_OK) {Error_Handler();...