Re: [Openocd-development] [PATCH] jtag dependendy removed from arm_adi_v5

2011-09-03 Thread Sven Krauss
Hi Tomek, SWD will not work without patching the arm_adi_v5 file. You will get errors because of the direct calls to the jtag subsystem. I wrote my own driver for a SWD test. With this driver I can successfully read and write memory and control the core of a LPC1343 via openocd. For the moment

Re: [Openocd-development] [PATCH] jtag dependendy removed from arm_adi_v5

2011-09-03 Thread Tomek CEDRO
On Sat, Sep 3, 2011 at 11:08 AM, Sven Krauss sven.kra...@web.de wrote: SWD will not work without patching the arm_adi_v5 file. You will get errors because of the direct calls to the jtag subsystem. Hello Sven :-) This is why I suggested reorganization of source code to be more modular not jtag