Re: [OpenOCD-devel] [OpenOCD-user] TMS570: corrupted memory access

2014-02-17 Thread Alex Züpke
Am 16.02.2014 00:51, schrieb Andreas Fritiofson: > On Fri, Jan 31, 2014 at 1:38 PM, Alex Züpke <mailto:alexander.zue...@hs-rm.de>> wrote: > > Hi, > > I'm re-posting my question from the user's list regarding my corrupted > memory accesses on the

Re: [OpenOCD-devel] [OpenOCD-user] TMS570: corrupted memory access

2014-01-31 Thread Alex Züpke
Hi, I'm re-posting my question from the user's list regarding my corrupted memory accesses on the devel list again: I have a TI TMS570 / ARM Cortex R4 and troubles on byte and half-word accesses on the flash and SRAM area from the debug interface. Am 04.11.2013 22:30, schrieb

[OpenOCD-devel] Provide command outputs as TCL strings

2014-01-27 Thread Alex Züpke
Hi, currently, commands like "reg" or "mdw" return an empty string when using in TCL scripting: > reg pc pc (/32): 0x11E0 > set pc [reg pc] pc (/32): 0x11E0 > echo $pc > I tried a quick hack for "reg" and it seemed to work in the beginning, but later OpenOCD crashed on invalid po

Re: [OpenOCD-devel] ftdi/xds100v2 connection issues

2014-01-27 Thread Alex Züpke
Hi Paul, Am 27.01.2014 13:22, schrieb Paul Fertser: > Hi Alex :) > > On Mon, Jan 27, 2014 at 01:07:21PM +0100, Alex Züpke wrote: >> Adding `` ;jtag arp_init ´´ works as well (I reverted my previous change >> to the post-reset hook before testing). >> >> Any more

Re: [OpenOCD-devel] ftdi/xds100v2 connection issues

2014-01-27 Thread Alex Züpke
Am 24.01.2014 17:11, schrieb Paul Fertser: > On Fri, Jan 24, 2014 at 03:27:39PM +0100, Alex Züpke wrote: >> Am 18.01.2014 17:32, schrieb Paul Fertser: >>> Does http://openocd.zylin.com/1884 help with this? >>> >> >> It's getting better, but putting >

Re: [OpenOCD-devel] ftdi/xds100v2 connection issues

2014-01-27 Thread Alex Züpke
Am 24.01.2014 16:03, schrieb Andreas Fritiofson: > On Fri, Jan 24, 2014 at 3:27 PM, Alex Züpke <mailto:alexander.zue...@hs-rm.de>> wrote: > > Hi Paul, > > Am 18.01.2014 17:32, schrieb Paul Fertser: > > Hi, > > Does http://o

Re: [OpenOCD-devel] ftdi/xds100v2 connection issues

2014-01-24 Thread Alex Züpke
Hi Paul, Am 18.01.2014 17:32, schrieb Paul Fertser: Hi, Does http://openocd.zylin.com/1884 help with this? It's getting better, but putting init; ftdi_set_signal PWR_RST 1 at the end of my config file doesn't help. I need to restart openocd to get a connection on 2nd try. I'm using GIT He

Re: [OpenOCD-devel] ftdi/xds100v2 connection issues

2013-11-17 Thread Alex Züpke
Hi Andreas, Am 17.11.2013 20:05, schrieb Andreas Fritiofson: > > > > On Fri, Nov 15, 2013 at 11:19 AM, Alex Züpke <mailto:alexander.zue...@hs-rm.de>> wrote: > > Hi, > > I'm currently testing the FTDI based variant of the xds100v2 driver >