2020-04-26 08:05 AM
I'm working with the STM32h747-DISCO with Keil Development tools and an ST-LINK debugger, and I'm trying to use the Debug (printf) Viewer. I can get it to work properly on the M7 core, but am getting "No Synchronization" when I try to use the M4 core.
System setup is as follows:
From this configuration, the M7 is running at 480MHz, the M4 is running at 240MHz, and the trace clock is 240MHz.
All code is compiled to redirect stdin, stdout, and stderror to ITM.
For the M7 core, the debugger is configured as shown below.
For the M4, the debugger is configured as shown below (only difference is the Core Clock)
On the M7, I can print to the M7 with no problem, but M4 just shows me a "No Synchronization" at the bottom of the screen and nothing prints. I've tried setting up and running from HSI at 64 MHz, which is the default with no luck.
What am I missing?
2023-01-04 03:21 PM
Hi John, we are facing the same problem, could you solve it?
Could some ST employee write an answer about this issue?
Thanks!