2018-11-10 02:13 AM
Hi.
I need to lock some of the flash pages. Is this possible?If it is how can I do this?
2018-11-10 05:12 AM
Let's scope this a little bit by specifying which STM32 part or family of parts being talked about.
Lock them from writing? Or something else? Usually examples in HAL and SPL libraries, and surely covered in the Reference Manuals.
2018-11-10 06:38 AM
I use stm32f0 family.
Lock them from reading the code.I used CRP level 1 to protect my code but it locked the whole flash and because I use EEPROM emulation the code does not work.