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
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
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