cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in erasing the device: STM32H735IGK3

Saista
Associate

Hi
I need help in erasing the device: STM32H735IGK3, This device is getting erased only till sector 0.
There were total 8 sectors.
I am following the steps given in  Reference manual for erase operation but still it didn't work.
Could you please suggest something to resolve this issue with Erase?
Or please point out the reason which is throwing this issue.
Thanks!
Saista 

2 REPLIES 2
KDJEM.1
ST Employee

Hello @Saista   and welcome to the community;

 

Could you please try to test with an available example STM32CubeH7/Projects/STM32H735G-DK/Examples/FLASH/FLASH_EraseProgram at master · STMicroelectronics/STM32CubeH7 · GitHub with NbOfSectors = 8

 

I hope this help you.

Thank you.

Kaouthar

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.

mƎALLEm
ST Employee

Hello,

You need also to tell how you need to erase the flash? in your code or using the tools.

How to write your question to maximize your chances to find a solution

If you need to erase the flash in your application, that's what @KDJEM.1 suggested.

If you need to erase the flash with tools, please use STM32CubeProgrammer and this button for full flash erase:

mALLEm_0-1776331935935.png

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.