2021-08-19 09:05 PM
I have configed the FLASH_CR,SET_BIT(FLASH->CR, 1<<27);I want to know how to clear bank1 securable area.
Solved! Go to Solution.
2021-09-09 06:46 PM
I have download my program,when debug I found some bugs;and then I have pulled up B00T0(PB9),mass erase the flash success;then downloaded the new program,I found flash page 0 was protection;I want to know why the page 0 was protection?And how to Contact page 0 protection in STM32CubeProgrammer?Thanks~
2021-08-19 11:20 PM
I want to know how to clear this area;because of it ,MCU can not work;
2021-08-24 04:29 AM
Hi @Jzhan.8 ,
Did you tried with STM32CubeProgrammer?
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2021-09-09 04:33 AM
Hi @Jzhan.8 ,
Any update on your side? Did you succeed to erase Bank1 of the flash.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2021-09-09 06:37 PM
Yes, i use the STM32CubeProgrammer.
2021-09-09 06:46 PM
I have download my program,when debug I found some bugs;and then I have pulled up B00T0(PB9),mass erase the flash success;then downloaded the new program,I found flash page 0 was protection;I want to know why the page 0 was protection?And how to Contact page 0 protection in STM32CubeProgrammer?Thanks~
2021-09-09 08:54 PM
Thanks,Amel;I have solved this problem.
2021-09-10 02:58 AM
Hi @Jzhan.8 ,
Glad to know that your initial issue is already fixed.
Regarding Page 0 protection: may be you have some software protecting it?
You can use STM32CubeProgrammer to unprotect this page as well.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.