MIMXRT685-EVK trace

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

MIMXRT685-EVK trace

1,243 次查看
jiameng
Contributor II

I was trying to debug my program in MIMXRT685-EVK board via SEGGER J-Trace. However, the instruction trace cannot detect my target device and shows the following error:

pastedImage_1.png

Does it mean MIMXRT685-EVK trace is not supported by MCUXpresso? My IDE and SDK version are v11.1.1_3241 and 2.7.0

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

1,158 次查看
tsi-chung_liew
NXP Employee
NXP Employee

Jiameng,

I have not used the trace support in MCUxpresso for Cortex-m33; however, the IDE supports SWO trace. If you need immediate use of 5-pin trace support, you can use Segger Ozone.

The Ozone may enable the trace clock prior to single step debug, when the BootClockRun() is executed, the trace clock will increase as well. This can cause issue to the instruction trace decode in ozone. Disable the trace in ozone, then disable trace clock. After, BootClockRun(), you can re-enable the trace clk and trace support in ozone.

trace d1 data pin is muxed with other component (I2S_DATA_TX and CLKOUT), trace speed will be limited.

Regards,

TsiChung

0 项奖励