STM32N657: can't get the debug SWO port to work
Hello,
I'm starting a new project with the N657 device. I can't get the debug SWO port to work.
1- I'm redirecting the putchar to the SWO port:
int __io_putchar(int c) {
ITM_SendChar(c);
// HAL_UART_Transmit(&huart3, (uint8_t *)&ch, 1, 0xFFFF);
return (c);
}
2- The trace and debug clock is set to 8mhz

3- In the debugger setup, i enabled the port and set it to 8mhz

4- in the debugger, I enable trace 0, and enabled it.

Nothing ever seems to get sent to this window. Note: I know the cable/usb dongle is good since it works with the h743. Does anyone have any suggestions?
thanks
Matthew




