Limitation with Read protection active with stm32f105rb
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-06-15 7:03 AM
Posted on June 15, 2016 at 16:03
Hi,
I made a loader with usb STM32F105 and working properly. When I active the read protection bit, the loader not erase the pages. The security bit is on and of course, I can not debug and find where is the problem. There are limitations on access to the internal flash with the read protection active ?The write protection is disabled for all sectors.
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2016-06-15 8:09 AM
Posted on June 15, 2016 at 17:09
I found the answer....
â—� pages 0-1 (for high-density and connectivity line devices) are automatically write-protected. The rest of the memory can be programmed by the code executed from the main Flash memory (for IAP, constant storage, etc.), but it is protected against write/erase (but not against mass erase) in debug mode or when booting from the embedded SRAM.
Can i remove (via software) write protection from page 0 and 1 or its impossible ?