Hello,
We are working on a project using STM32745 and we are able to successfully flash both cores (m7 and m4) using Keil and ULINK2 and run it.
But now we are at a stage where we need to debug some of the code. So far I have not found any document on how to debug dual core using Keil and ULINK2.
Can you please point us to the right direction.
Hello Hans,
Many thanks for the response. The key was "Only when using ULINK2 to debug both applications at the same time (see step 6c), you need to select the driver ‘CMSIS-DAP Debugger’"
I can also confirm that I can debug dual core with Keil MDK 5.24 and ULINK 2. There is one minor issue that the debugger doesn't stop at breakpoints on Cortex M7 unless I stop code execution on M7 and run it again. But I can live with it.
Again many thanks Hans Schneebauer and @rkopsch for all the guidance.