FLASH_OB_Launch() hangs
Posted on March 07, 2015 at 12:12Hello to all, I am using a STM32F2xx device. I need to set Readout Protection via the firmware itsself (not via JTAG). I use this code: if (FLASH_OB_GetRDP() == RESET) { FLASH_OB_Unlock(); FLASH_OB_R...