Question
RDP - Readout Protection on STM32F10x
Posted on November 10, 2014 at 15:03
Hi,
I'm having a problem with the CMSIS peripheral library call to set Readout Protection on STM32F10x: I call FLASH_ReadOutProtection(ENABLE) I have put a flag into this function to verify that it's setting OB->RDP = 0x00 everything seems fine, except... it doesn't set readout protection. Even after a power cycle, when I call FLASH_GetReadOutProtectionStatus() I get a result 0 This is corroborated using STLink-V2 Any ideas? #rdp #readout-protection