cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H757IITx Warning:Core is locked up

junagadh
Associate

Hello,

I am working on a custom PCB using the STM32H757IITx. While programming the chip with an ST-LINK/V2 SET programmer via STM32CubeProgrammer, I encounter the warning:

:warning: “The core is locked up”
:cross_mark: Mass erase / flash operation failed

As a result, the board does not operate normally.

Here is the log output:

Error in final launch sequence:
Failed to execute MI command: load D:\XXX\XXX\XXX-v1.0\CM7\Debug\Integra-v1.0_CM7.elf
Error message from debugger back end: Error finishing flash operation
Failed to execute MI command: load D:\XXX\XXX\XXX-v1.0\CM7\Debug\Integra-v1.0_CM7.elf
Error message from debugger back end: Error finishing flash operation
Error finishing flash operation.

I have attached screenshots of the error for reference.

Has anyone encountered this issue or can suggest possible solutions?

Thank you.

 

 

Screenshot 2026-04-14 145203.png

 

Screenshot 2026-04-13 140942.pngScreenshot 2026-04-13 101155.pngScreenshot 2026-04-13 165652.png

4 REPLIES 4
mƎALLEm
ST Employee

Hello @junagadh and welcome to the ST community,

You said you are using STM32CubeProgrammer why sharing screenshots from a deprecated tool STLINK-Utility? it induces to some confusions in your request!

Check if you have protected some pages in the Flash.

Check also you power config you set in your software versus your hardware power config.

Refer to this knowledge base article: How can I recover my STM32H7/STM32H7RS board after facing a power configuration deadlock?

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.
TDK
Super User

An IMPRECISERR can suggest bad clock settings or design issues.

Has it ever worked? Has any program been put on a device?

If it's due to bad clock settings, you can boot to the bootloader to recover.

https://community.st.com/t5/stm32-mcus/how-to-unbrick-an-stm32h7-after-setting-the-wrong-power-mode/ta-p/49691

If it's a design issue, show the schematic.

If you feel a post has answered your question, please click "Accept as Solution".

thank you @mƎALLEm But I have tried all the available options along with the deprecated STLINK-utility as well as Stm32CUBEprogrammer. But the issues is not been resolved yet..

Did it work before? if yes, what you did on the board and suspect so the board changed the behavior?

If it never worked, I could suspect a hardware issue..

Hard to tell what the problem is according to the info available.

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.