Skip to main content
HKapo.2
Associate II
July 15, 2024
Question

Issue with debuging STM32H745 both M4 and M7 isuing STLINK-V3 and IAR workbench

  • July 15, 2024
  • 6 replies
  • 2555 views

Hello all,

 

We are evaluate STM32H745 for one of our new products. Dual core feature of STM32H745 is something we would like to use.

 

As a part of initial process, I was trying to debug both M4 and M7 cores simultaneusly.

Following AN5286,  I was able to succesfully debug both core using STM32Cube IDE.

 

But when I tried following in section 4, to use IAR workbench I got following error

 

HKapo2_0-1721029306484.png

 

 

What I have found is ticking multicore support in IAR gives the erro

 

HKapo2_1-1721029349247.png

 

 

I was able to debug individual cores if I don't enable multicore.

 

 

Any guidance is deeply appreciated.

This topic has been closed for replies.

6 replies

mƎALLEm
ST Technical Moderator
July 15, 2024

Hello,

Refer to the AN5286 "STM32H7x5/x7 dual-core microcontroller debugging", section 4 Using IAR Embedded Workbench™ for Arm® 

 

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
Tesla DeLorean
Guru
July 15, 2024

Make sure IAR version you're using has most current drivers and DLLs for ST-LINK installed.

Check for IAR IDE patches in CubeH7 Software directory in repo or ZIP file.

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
HKapo.2
HKapo.2Author
Associate II
July 15, 2024

Many thanks for the quick response.

 

@mƎALLEmAs mentioned in my original post, I have already followed AN5286.

 

@Tesla DeLoreanI copied all the patch files over to IAR "C:\Program Files\IAR Systems\Embedded Workbench 9.2\arm" and restarted IAR. But still getting the same error message.

mƎALLEm
ST Technical Moderator
July 15, 2024
To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
SLee.12
Associate
November 11, 2024

I'm experiencing the same issue. I'm using EWARM 9.2 to connect to the H755ZI board with the STLINK-V3SET, enabling Multicore/share mode to attempt multicore debugging, but I encounter the same problem. Have you managed to resolve this issue? If so, could you let me know how you did it?