Getting error "Could not verify ST device" in CM4 core when debugging STM32H745I-DISCO board using SWD mode in Segger J-link.
- October 13, 2022
- 5 replies
- 4790 views
I am working on following platform:
Hardware - STM32H745I-DISCO board.
IDE - STM32CubeIDE v1.10.1.
STM32CubeMX v6.6.1-RC2.
Embedded MCU package for STM32H7 v1.10.0.
I am using SWD mode in Segger J-link for debugging. I am getting error "Could not verify ST device" when I am trying to debug CM4 core and debugger don't enter the CM4 core but CM7 is working fine. I am using CN16 TAG connector on discovery board for programming. I also tried creating a launch group, in that case also I was getting the same error. How to solve this issue?
Further when I change the debug probe from ST-Link GDB server to Segger J-link in debug configuration, I get a warning saying that some fine tuning would be required for Segger J-link to support the target device. What fine tuning is required for it to support the target device?
Documents attached
IMG1. Debug configurations of CM4.
IMG2. Debug configurations of CM7.
IMG3. Warning when changing from ST-Link to Segger J-link.
IMG4. Warning of "Could not verify ST device".
log_cm4. Console log in case of CM4.
log_cm7. Console log in case of CM7.
