Skip to main content
Visitor II
December 1, 2023
Question

Trouble in debugging CM4 core in STM32H747IGT6

  • December 1, 2023
  • 1 reply
  • 2388 views

Hello,

I am trying to debug the dual core STM32H747IGT6. Debugging of the CM7 core is always successful but the debugging of the CM4 core has the below errors. 

Some of the times the first error appears and some other, the second error appears:

  • First Error:

Failed to read ROM table via AP 3

Error in initializing ST-LINK device.

 

  • Second Error:

non-ADIv5 ! (should not occur with STM32 devices)

Error in initializing ST-LINK device.

Reason: ST-LINK: Could not verify ST device! Abort connection.

 

I couldn't find a solution for either of the problems. Any help will be appreciated.

    This topic has been closed for replies.

    1 reply

    Technical Moderator
    December 1, 2023

    Hello @PanosGial ,

    Start the debugger separately for both cores: CM7 first and then CM4. 

    Set up the CM4 debug configuration following the order steps in this AN5361: Getting started with projects based on dual-core STM32H7 microcontrollers in STM32CubeIDE.

    Imen

    PanosGialAuthor
    Visitor II
    December 8, 2023

    I tried everything mentioned in the application note at I still get the same errors