Erase complete sectors of internal Memory of STM32L151RCT^ MCU
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-09-08 12:40 AM
HI ,
I am new to the STM controllers and STM32Cube IDE.
While loading the code i can see the only some sectors (i.e from 0 to 30 sectors or 0 to 64 sectors) are erasing and loading the new program...
Please suggest me how to erase the complete internal memory sectors in STM32 controllers usng STM32Cube IDE..
Labels:
- Labels:
-
DEBUG
-
STM32CubeIDE
-
STM32L1 Series
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
2021-09-08 6:39 AM
Go to the startup tab in the run and/or debug configuration and add "monitor flash mass_erase" as an initialization command.
If you feel a post has answered your question, please click "Accept as Solution".
