STM32F0 and Read Out Protect problem
Posted on May 19, 2017 at 07:30I want to protect ST32F030 code RDP_Level_1. I use stadrard perihperial library and call protect function when program starts:void ProtectMcu (void){ if(FLASH_OB_GetRDP()==SET) return; FLASH_OB_Unlock(); FLASH...