How to lock some of the Flash pages?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-10 2:13 AM
Hi.
I need to lock some of the flash pages. Is this possible?If it is how can I do this?
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-10 5: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.
Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Up vote any posts that you find helpful, it shows what's working..
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-11-10 6: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.
