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.
Thanks for any help!
Solved! Go to Solution.
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
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
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!