cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with M4 Core Programming on STM32H747XIH6 – Debugger Enters Unknown State

Samudra
Associate II

Dear Sir,

We are currently developing a custom RF project using the STM32H747XIH6 microcontroller. In our design, we have successfully tested the Cortex-M7 core by executing various test programs, including LED blinking and ADC integration. However, we are facing a critical issue with the Cortex-M4 core.

When attempting to load a simple LED blinking program onto the M4 core, the debugger enters an unknown state, and the code does not execute. We have verified the hardware and power supply rails, and the M7 core continues to function correctly under the same setup.

We would like to understand if this issue could be related to hardware initialization, boot configuration, or if there are specific prerequisites for the M4 core to operate independently. Your guidance or any recommended debug procedures would be highly appreciated

 

 

Best regards,

Samudralankaiah.

1 REPLY 1
TDK
Super User

Debug the code running on the M4 core to understand where it's at and what is going wrong.

Getting started with projects based on dual-core STM32H7 microcontrollers in STM32CubeIDE - Application note

STM32H7x5/x7 dual-core microcontroller debugging - Application note

 

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