Skip to main content
Visitor II
July 15, 2024
Question

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

  • July 15, 2024
  • 3 replies
  • 1477 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.

    3 replies

    Technical Moderator
    July 15, 2024

    Hello,

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

     

    Graduate II
    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.

    HKapo.2Author
    Visitor 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.

    Technical Moderator
    July 15, 2024
    Visitor II
    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?