Posted on June 03, 2014 at 21:24Hi all,I am using evaluation board STM32L100C-DISCO. I have a problem with read-out protection. I am using this code :[code] /* Unlock the Flash Program Erase controller */ FLASH_Unlock(); FLASH_OB_Unlock()...
Posted on June 05, 2014 at 21:41I was stepping it in the debugger, which was a bad idea...With debug through the UART, I was able to find something else. It seems that it will program the Read out protection to Level 1 (this is what I want), and it...
Posted on June 04, 2014 at 18:00
Hi Clive,
I adapted the code from the example of the STM32F0 to fit with the STM32L1:
FLASH_Status FLASHStatus = FLASH_COMPLETE;
/* Unlock the Flash Program Erase controller */
FLASH_Unlock();
FLASH_OB_...