How do I properly configure in Keil ITM? LPC54606

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I properly configure in Keil ITM? LPC54606

778 Views
dark0711
Contributor III

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)

Labels (1)
0 Kudos
2 Replies

693 Views
dark0711
Contributor III

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?

0 Kudos

693 Views
xiangjun_rong
NXP TechSupport
NXP TechSupport

Hi, Ahtoh,

Regarding your question, I suggest you ask Keil tools support whether Keil supports ITM.

We have MCUXpresso tools, which supports the ITM feature. I attach the DOC which describes how to set up the ITM based on MCUXpresso tools.

Hope it can help you

BR

Xiangjun Rong

0 Kudos