Trying to configure SWO on LPC54606. I found the following in the documentation:
Table 1070 talks about PIO0_10 or PIO0_8(in the picture swo1).
In a note about GPIO PIO0-15 (FUNC2) or PIO1_1 (FUNC2).(in the picture swo2)
This is mistake?
How do I properly configure in Keil ITM?
I have such a scheme (in the picture swo3)
Configure it turned out.
After installing 180 Mhz, I install:
* ((uint32_t *) 0x40000304) = 0x00000001; // Enables the Trace divider.
* ((uint32_t *) 0x40000220) = 0x00002000; // Enables clock
* ((uint32_t *) 0x40001028) = 0x00000006; // Enables PIN
But the question is not removed. This is a mistake in documentation?