USBDM with KE02 (problems to identify/program chip)

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

USBDM with KE02 (problems to identify/program chip)

跳至解决方案
1,821 次查看
JohnnyS2K
Contributor III

Hi to all!

So, I wanted to start on the Kinetis world and for this I have made a USBDM (JS16 SWD "simplified" version of the programmer). To test the USBDM I have ordered some KE02 samples from Freescale (MKE02Z64VLC2). The samples have arrived but the markings on the chip are a little strange comparing with the datasheet (M02Q 6VLC 0N22J CTAZQD). With this samples and a adapter (QFP32 to DIP32) I connected the wiring from the KE02 and the USBDM and started the "ARM Programmer" tool, on the Target tab I press the Detect Chip Button but no compatible devices are shown on the list only the filter by chip ID (2040040) checkbox. I'm using the last version of the USBDM firmware and drivers 4.10.16.110 (3/2/14)

Testing this USDBM with a HCS08 chip (QD4CSC) and the HCS08 programmer works perfectly (detects and program the chip firmware).

I want to know if someone has already had this problem or if this is a problem with the chip or a incompatibility with the USBDM.

KE02.png

Captura de tela 2014-02-03 22.38.05.png

Thanks for any help!

标记 (4)
1 解答
1,357 次查看
pgo
Senior Contributor V

Hi Johnny,

I only tested with a MKE02Z16M2.  The SDID is not correct for the other two chips in the family I probably cut'n'pasted them and forgot to change them.

You can edit the device description file (path may vary):

C:\Program Files (x86)\pgo\USBDM 4.10.6.120\DeviceData\arm_devices.xml

and locate the entry for the device you are using and change the SDID line as shown below.

<sdid value="0x02040000" />

Please confirm if this works.

bye

在原帖中查看解决方案

2 回复数
1,358 次查看
pgo
Senior Contributor V

Hi Johnny,

I only tested with a MKE02Z16M2.  The SDID is not correct for the other two chips in the family I probably cut'n'pasted them and forgot to change them.

You can edit the device description file (path may vary):

C:\Program Files (x86)\pgo\USBDM 4.10.6.120\DeviceData\arm_devices.xml

and locate the entry for the device you are using and change the SDID line as shown below.

<sdid value="0x02040000" />

Please confirm if this works.

bye

1,357 次查看
JohnnyS2K
Contributor III

Hi pgo,

It worked! Now the chip is correctly listed on the ARM Programmer tool and I can program and debug the chip on the CW 10.5.

Thank you for your help!

0 项奖励
回复