STM32N6 ITM console
Hello,
I have custom board with STM32N6. I followed guidelines how to enable the ITM console:
The System Core Clock is set to 600MHz, confirmed with variable SystemCoreClock=600. The Trace Anynchronus Sw is selected and PB3 connected.
Simple ITM_SendChar(101); gets executed but no output in the console. I tried 600MHz core clock for the Serial Wire Viewer, also many other clock frequencies like 75MHz (TPIU clock), but none is working.
Are there any special steps to configure ITM console on STM32N6?
