Re: [Openocd-development] Fwd: ft2232_transfer why bit-by-bit?

2011-09-27 Thread Sven Krauss
Hello, Am 27.09.2011 00:50, schrieb Tomek CEDRO: > On Mon, Sep 26, 2011 at 10:41 PM, Peter Stuge wrote: >>> Does Versaloon fully support ARM target, memory access and debug >>> already? >> I haven't tried it yet, but I believe so. Simon has patches. I think >> this may be the most up to date sour

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 it

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

2011-09-01 Thread Sven Krauss
Hi, due to the coming SWD support, I found that the arm_adi_v5 has dependencies to the jtag subsystem. To preserve the performance I changed the interface to the transport layer. Both, dap_queue_ap_write and dap_queue_ap_read gets a pointer to a data array not a single value. The adi_v5_jtag now i