Debugging/flashloading SKEAZ128 under Linux

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Debugging/flashloading SKEAZ128 under Linux

913 Views
antongerasimov
Contributor I

Hi all,

I wonder what the options for debugging/flashloading SKEAZ128 under Linux. I was using OpenOCD+ARM-USB-OCD-H emulator from Olimex, but it seems that KEA family is not currently supported in OpenOCD. In QS guide combination of CodeWarrior with Multilink is recommended, can there be other options?

Thank you.

Labels (1)
0 Kudos
Reply
2 Replies

661 Views
antongerasimov
Contributor I

Thanks pgo,

it seems I was wrong about OpenOCD. One can connect to SKEAZ128 with openocd >= 0.10.0 via Olimex debugger (with ARM-JTAG-SWD extension) using the following command line

openocd -f interface/ftdi/olimex-arm-usb-ocd-h.cfg -f interface/ftdi/olimex-arm-jtag-swd.cfg -f target/ke06.cfg

0 Kudos
Reply

661 Views
pgo
Senior Contributor V

Hi Anton,

The USBDM interface support KEA family under Linux.

It provides stand-alone programming and plugins for Eclipse/Codewarrior wityh GDB server.

You have to make sure it is the JS16 version interface supporting SWD.

USBDM: USBDM Debugger interface for Freescale RS08,HCS08,HCS12,Coldfire and ARM-Kinetis Devices. 

bye

0 Kudos
Reply