How do I properly configure in Keil ITM? LPC54606

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How do I properly configure in Keil ITM? LPC54606

1,158 次查看
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)

标签 (1)
0 项奖励
2 回复数

1,073 次查看
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 项奖励

1,073 次查看
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 项奖励