Intruction trace with Kinetis KV46

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

Intruction trace with Kinetis KV46

跳至解决方案
2,954 次查看
zorrotz
Contributor III

Is it possible to use Intruction Trace funtionallity of MCUXpresso IDE version 10.2.1 with Kinetis KV46 and Multilink Universal FX debug probe?

When I launch Intruction Trace "target not supported" error is generated. I have tried deleting the launch configuration, but it doesn´t work.

1 解答
2,784 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Pablo Igor Vicente,

It seems the Instruction Trace function on MCUXpreso IDE doesn't support KV series,

only support KL and K series.

pastedImage_1.png

While I will configure it with development .


Have a great day,
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

3 回复数
2,784 次查看
lpcxpresso_supp
NXP Employee
NXP Employee

Unfortunately the KV46 silicon does not appear to implement the Coresight Embedded Trace Buffer (ETB) that MCUXpresso IDE requires to provide instruction trace capability.

For comparison here is the list of "Coresight" debug components detected with Kinetis K64 (as displayed by a LinkServer debug connection):

Content of CoreSight Debug ROM(s):
RBASE E00FF000: CID B105100D PID 04000BB4C4 ROM (type 0x1)
ROM 1 E000E000: CID B105E00D PID 04000BB00C Gen SCS (type 0x0)
ROM 1 E0001000: CID B105E00D PID 04003BB002 Gen DWT (type 0x0)
ROM 1 E0002000: CID B105E00D PID 04002BB003 Gen FPB (type 0x0)
ROM 1 E0000000: CID B105E00D PID 04003BB001 Gen ITM (type 0x0)
ROM 1 E0040000: CID B105900D PID 04000BB9A1 CSt TPIU type 0x11 Trace Sink - TPIU
ROM 1 E0041000: CID B105900D PID 04000BB925 CSt ETM type 0x13 Trace Source - Core
ROM 1 E0042000: CID B105900D PID 04003BB907 CSt ETB type 0x21 Trace Sink - ETB
ROM 1 E0043000: CID B105900D PID 04001BB908 CSt CSTF type 0x12 Trace Link - Trace funnel/router

vs the more limited Coresight capabilities implemented on KV46:

Content of CoreSight Debug ROM(s):
RBASE E00FF000: CID B105100D PID 04000BB4C4 ROM (type 0x1)
ROM 1 E000E000: CID B105E00D PID 04000BB00C Gen SCS (type 0x0)
ROM 1 E0001000: CID B105E00D PID 04003BB002 Gen DWT (type 0x0)
ROM 1 E0002000: CID B105E00D PID 04002BB003 Gen FPB (type 0x0)
ROM 1 E0000000: CID B105E00D PID 04003BB001 Gen ITM (type 0x0)
ROM 1 E0040000: CID B105900D PID 04000BB9A1 CSt TPIU type 0x11 Trace Sink - TPIU

Note the lack of ETB (along with the lack of ETM / Embedded Trace Macrocell which generates the tracedata to be collected by the ETB).

Regards,

MCUXpresso IDE Support

2,785 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Pablo Igor Vicente,

It seems the Instruction Trace function on MCUXpreso IDE doesn't support KV series,

only support KL and K series.

pastedImage_1.png

While I will configure it with development .


Have a great day,
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

2,784 次查看
zorrotz
Contributor III

Thank you.

I haven´t seen that is only available in K series.