cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug dual core simultaneously in mdk arm

Arman Ilmak
Senior

Hi every body.

I have a project with stm32h747aii and i use mdk arm. Recently i did it with cubeide and i could debug both cores at the same time and within one window.

I wanted to know that if it is possible in mdk arm 5.36 or not?

When i enter each core debug i cant switch between cores in debug mode.

Id better mention that cube has generated only one mdk arm project that both m7 and m4 are listed within.

ArmanIlmak_0-1701851987312.png

I think if they were two separate project it would be easy to do as mdk arm has tutorials for that. But i dont see any tutorials for this one.

1 ACCEPTED SOLUTION

Accepted Solutions

Thanks for your reply.

I did the same configuration in this document for debugger.

I opened the same project twice so with one of them m7 is selected and with the other m4 and simultaneous debugging was ok.

Thanks.

ArmanIlmak_0-1701870126430.png

 

View solution in original post

2 REPLIES 2
Imen.D
ST Employee

Hello @Arman Ilmak ,

Dual-core debugging allows the simultaneous debugging of both cores.

(Both cores run individually or simultaneously from each of the GUI instances).

I advise you follow the steps for dual debug on MDK-ARM in the AN5286: STM32H7x5/x7 dual-core microcontroller debugging

ImenD_0-1701854296439.png

Thanks

Imen

When your question is answered, please close this topic by clicking "Accept as Solution".
Thanks
Imen

Thanks for your reply.

I did the same configuration in this document for debugger.

I opened the same project twice so with one of them m7 is selected and with the other m4 and simultaneous debugging was ok.

Thanks.

ArmanIlmak_0-1701870126430.png