What is different between JTAG/SWD interface in FRDM-K20D50M?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

What is different between JTAG/SWD interface in FRDM-K20D50M?

2,736件の閲覧回数
kai_liu
Senior Contributor I

I found that there are two different debugger interfaces in FRDM-K20D50M. The OpenSDA and target micros are all K20D50M family. Why does FSL decide to use JTAG for OpenSDA, and SWD for target micro? Any special reason?

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,444件の閲覧回数
Paul_Tian
NXP Employee
NXP Employee

Hi, Liu Kai

Because Cortex-M0+ does not support JTAG debug, so Kinetis L series use SWD debug interface. But if you have J-Link on your hand, you can use top half interface for SWD debug. Thanks.

Hope my reply can help you.

Best Regards

Paul

1,444件の閲覧回数
jeremyzhou
NXP Employee
NXP Employee

Hi Kai,

In fact, I also don't know the exactly reason and I've nout found the special reason for these desgins in any documents.

However I think it's not hard to speculate. L series Kinetis only support SWD which make it can't support other debug interfaces except SWD.

K series Kinetis can both support JTAG and SWD, so choose JTAG is reasonable.

Wish can help.

Best regards,

Ping