From: Peter A. B. <pa...@pa...> - 2014-03-25 00:05:17
|
OK, good point. Not sure how I got it in my head they were the same thing; probably just assumed EFM32 support meant support for the on-board debugger on the EFM32 eval boards. As far as I can tell, the jlink driver forces selection of JTAG because it doesn't implement SWD, resulting in the error below since the on-board debug interface only supports SWD. So this isn't going to work. Thanks for clarifying this; sorry for the noise. llc[219]$ openocd -f interface/jlink.cfg Open On-Chip Debugger 0.8.0-dev-00399-g9bdacf2 (2014-03-23-11:49) Licensed under GNU GPL v2 For bug reports, read http://openocd.sourceforge.net/doc/doxygen/bugs.html Info : only one transport option; autoselect 'jtag' Info : J-Link initialization started / target CPU reset initiated Info : Energy Micro EFM32 compiled Nov 6 2012 20:02:43 Info : J-Link caps 0xbaea5833 Info : J-Link hw version 70000 Info : J-Link hw type J-Link Info : J-Link max mem block 12480 Info : J-Link configuration Info : USB-Address: 0x0 Info : Kickstart power on JTAG-pin 19: 0xffffffff Info : Vref = 3.285 TCK = 0 TDI = 0 TDO = 1 TMS = 1 SRST = 0 TRST = 1 Error: J-Link requesting to select unsupported interface (2) Info : J-Link JTAG Interface ready Error: An adapter speed is not selected in the init script. Insert a call to adapter_khz or jtag_rclk to proceed. in procedure 'init' Peter On 03/24/2014 05:49 PM, Freddie Chopin wrote: > W dniu 2014-03-24 23:45, Peter A. Bigot pisze: >> llc[204]$ lsusb | grep SEG >> Bus 002 Device 059: ID 1366:0101 SEGGER J-Link ARM > I will be hard to connect with J-Link using STLink configs... > > Regards, > FCh > > ------------------------------------------------------------------------------ > Learn Graph Databases - Download FREE O'Reilly Book > "Graph Databases" is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______________________________________________ > OpenOCD-user mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openocd-user |