User Activity

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...