User Activity

Posted on October 06, 2015 at 12:24Hi all, Anyone knows why the following code is not disabling the flash memory readout protection? It is being executed on a STM32F103 microcontroller.FLASH_Unlock();  FLASH_ReadOutProtection(DISABLE);  FLASH_UserOp...