STM32H745 raising hard fault when changing RDP level from 0 to 1
Hi I have been trying to change the read protection level on my device using the ST HAL driver library: The code I am using is:FLASH_OBProgramInitTypeDef OB_Config; //Read Option byte configuration HAL_FLASHEx_OBGetConfig(&OB_Config); //Update re...