Debugging/flashloading SKEAZ128 under Linux

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

Debugging/flashloading SKEAZ128 under Linux

1,301 次查看
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.

标签 (1)
0 项奖励
回复
2 回复数

1,049 次查看
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 项奖励
回复

1,049 次查看
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 项奖励
回复