[Openocd-development] Fwd: Delivery Status Notification (Failure)

2011-12-15 Thread Akos Vandra
+hzheusgwm_uqd...@mail.gmail.com References: CAHHcNofEe_e=g8z9GVX+j99x=bbqtgos9+hzheusgwm_uqd...@mail.gmail.com Date: Thu, 15 Dec 2011 16:14:40 +0100 Message-ID: cahhcnofwewdycsysa2sgqmyopa9zdymggyy_kocqxpjovfn...@mail.gmail.com Subject: Fwd: LPC1768 test for swd From: Akos Vandra axo...@gmail.com To: openocd

Re: [Openocd-development] Fwd: Delivery Status Notification (Failure)

2011-12-15 Thread Akos Vandra
() error: [SWD_ERROR_ACK] acknowledge error Error: Cannot read CTRL/STAT! Regards, Ákos Vandra On 15 December 2011 16:33, Spencer Oliver s...@spen-soft.co.uk wrote: On 15 December 2011 15:15, Akos Vandra axo...@gmail.com wrote: -- Forwarded message -- From: Mail Delivery

Re: [Openocd-development] LPC1768 test for swd

2011-12-15 Thread Akos Vandra
:-) On Thu, Dec 15, 2011 at 3:13 PM, Akos Vandra axo...@gmail.com wrote: Hi! I just started trying out the swd mode for an lpc1768. However it does not work unfortunately. I haven't had the time to dig deep into the code yet, but I keep getting an ACK with value 0, even though this ACK

Re: [Openocd-development] pandaboard with busblaster v2

2011-11-17 Thread Akos Vandra
Hi! When burning flash on an lpc17xx, with the libswd fork - but withJTAG, I also get this error, however the flashing is successful. Ákos On 3 November 2011 10:30, Ramkumar Jayaraman ramkumarj2000comm...@gmail.com wrote: Hi, I am trying to get OpenOCD working with a Pandaboard. I m getting

[Openocd-development] gerrit mails

2011-10-22 Thread Akos Vandra
Hi! Would it be possible to move the gerrit emails to another list? Like openocd-gerrit, or something? I would be very interested in the development discussions on the lists however the gerrit commits are spamming the real emails. I use gmail, and it's not possible to create a filter that would

Re: [Openocd-development] Only every second programming works

2011-10-22 Thread Akos Vandra
scripts. Thanks for your help guys! Regards, Ákos Vandra On 20 October 2011 11:24, Peter Stuge pe...@stuge.se wrote: Akos Vandra wrote: I know what TRST is, but not SRST. Would it be the normal chip reset? Right, system reset. //Peter

Re: [Openocd-development] Only every second programming works

2011-10-20 Thread Akos Vandra
I know what TRST is, but not SRST. Would it be the normal chip reset? Ákos On 20 October 2011 11:12, Peter Stuge pe...@stuge.se wrote: Akos Vandra wrote: 1.  (in reply to freddie choppin) As far as I understand, reset halt is not supported on my target because srst pulls trst. Note

[Openocd-development] Only every second programming works

2011-10-19 Thread Akos Vandra
Hi guys! I am trying to program an lpc1768 device using an oocdlink (Ft2232-based) programmer. Only every other programming works, which is very strange. After the first programming, the uC seems to be in a lockup state. After second programming, it always works as a charm. I'm pretty much sure

[Openocd-development] Docs not building

2011-10-13 Thread Akos Vandra
Hi! I tried building the docs from the HEAD (did a git pull, I guess that's the counterpart for svn update), but it gives an error. I might be missing some package, but I don't know what is needed. I have installed texinfo manually, other than that I think I have only the stuff needed to build

Re: [Openocd-development] What's up? Why so slow?

2011-10-09 Thread Akos Vandra
(At least) in SWD mode with an FTDI programmer openocd is sending data bit by bit. I am planning to send in a patch to fix that, but I am currently unable to test it, because I am waiting for my SWD-capable programmer. Regards, Ákos Vandra On 9 October 2011 08:21, Øyvind Harboe

[Openocd-development] Typo in src/flash/nor/lpc2000.c

2011-09-30 Thread Akos Vandra
Hi! Shouldn't the line in src/flash/nor/lpc2000.c:333 be LOG_ERROR(BUG: unknown lpc2000_info-variant encountered); ? I suspect copy pasting from the switch above it. Regards, Ákos ___ Openocd-development mailing list

Re: [Openocd-development] Fwd: SWD?

2011-09-26 Thread Akos Vandra
, Ákos On 26 September 2011 00:02, Akos Vandra axo...@gmail.com wrote: Hi! Thank you for the advice, I will do my best to live up to them :) I'm new to git as well, I tried making the patch you requested: Cheers,  Ákos From 88a430100be4d9685863aa2912173ddc5b83e92f Mon Sep 17 00:00:00 2001

[Openocd-development] ft2232_transfer why bit-by-bit?

2011-09-26 Thread Akos Vandra
Hi! Is there a good reason why ft2232_transfer uses bit-by-bit mpsse transfer? If not, I would be happy to rewrite it to use bytewise transfer, if the number of bits to be transferred is divisable by 8. Might make things a *little* bit faster... Regards, Ákos

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

2011-09-26 Thread Akos Vandra
-- Forwarded message -- From: Akos Vandra axo...@gmail.com Date: 26 September 2011 23:36 Subject: Re: [Openocd-development] ft2232_transfer why bit-by-bit? To: Laurent Gauch laurent.ga...@amontec.com Hi! Sorry, it seems like I wanted to do too much too fast. Turns out I don't

[Openocd-development] SWD?

2011-09-25 Thread Akos Vandra
Hello everyone! I am a first-year, MSc student studying computer engineering. The subject of my thesis is analyzing test code coverege on a Cortex-M3 processor. In order to do this I intend to use the SWO trace-port of the Cortex-M3 processor. To use the SWO output, the processor must be set into

[Openocd-development] Fwd: SWD?

2011-09-25 Thread Akos Vandra
-- Forwarded message -- From: Akos Vandra axo...@gmail.com Date: 25 September 2011 18:03 Subject: Re: [Openocd-development] SWD? To: Tomek CEDRO tomek.ce...@gmail.com Hi! I'm trying to follow your instructions here http://stm32primer2swd.sf.net/ but I cannot find the interface

Re: [Openocd-development] Fwd: SWD?

2011-09-25 Thread Akos Vandra
continue this discussion personally? I'm not familiar with opensource development *at all*, so I'm not familiar with list policies either. Cheers, Ákos On 25 September 2011 18:28, Tomek CEDRO tomek.ce...@gmail.com wrote: On Sun, Sep 25, 2011 at 4:03 PM, Akos Vandra wrote: I'm trying to follow

Re: [Openocd-development] Fwd: SWD?

2011-09-25 Thread Akos Vandra
:15, Peter Stuge pe...@stuge.se wrote: Hi Akos, Akos Vandra wrote: Bingo, I am working on Ubuntu 10.10, x64, gcc 4.4.5 (shipped with ubuntu). 10.10 is soon one year old, which can be a long time in open source. Also keep in mind that pretty much every major distribution is applying