2025-09-23 5:24 AM - last edited on 2025-10-07 3:13 AM by Andrew Neil
Hi,
I am facing issue with bootup in stm32h745xih6 controller. I am able to initiate debug for CM7 but when I initiate the same for CM4, in that case CM 4 does not go in debug and it fails and following error in there:
Whereas same application runs perfectly fine on STM32h745i discovery board.
So what could the issue be, could it be SW related or HW is at fault only?
Solved! Go to Solution.
2025-10-07 3:14 AM - edited 2025-10-27 2:43 AM
Hello,
CM4 is going to into low power mode at the startup and there is a synchronization between CM7 and CM4 with the hardware semaphore.
So try to undefine:
So, the CM4 will not enter to the low power mode and will not synchronize with CM7. Do you face the same behavior?
2025-09-25 2:45 AM
Hello,
If as you said it is working on a disco board,
@mehrotraAkshay wrote:
Whereas same application runs perfectly fine on STM32h745i discovery board.
So what is the board you are using that presents the issue? Is it a ST board? Custom board?
@mehrotraAkshay wrote:
Hi,
I am facing issue with bootup in stm32h745xih6 controller.
2025-10-07 3:03 AM
Hi,
It is a custom board, i can share the schematic if you want me to.
Regards,
Akshay
2025-10-07 3:14 AM - edited 2025-10-27 2:43 AM
Hello,
CM4 is going to into low power mode at the startup and there is a synchronization between CM7 and CM4 with the hardware semaphore.
So try to undefine:
So, the CM4 will not enter to the low power mode and will not synchronize with CM7. Do you face the same behavior?