2023-12-06 12:42 AM
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.
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.
Solved! Go to Solution.
2023-12-06 05:42 AM
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.
2023-12-06 01:22 AM - edited 2023-12-06 01:23 AM
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
Thanks
Imen
2023-12-06 05:42 AM
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.