Re: [Openocd-development] Is this STM32F100x errata sheet discovery the cause of my problems?

2010-10-04 Thread Andreas Fritiofson
On Mon, Oct 4, 2010 at 6:36 PM, wrote: > I've been trying to use OpenOCD with the STM32F100C4T6B, one of the new "low > density value line" processors from STMicroelectronics. > > I haven't had too much success using it (not stopping at breakpoints, not > noticing when it has stopped at breakpo

Re: [Openocd-development] [BUG] Driver for USB-Blaster (partially) broken

2010-10-04 Thread Felix
> Can you git bisect to find the problem commit? > After having a look at the git commits, it seems that the first commit from 2009-12-29 already has the broken version. The sane version I was referring to, was passed to the mailing list by Catalin Patulea (cat at vv.carleton.ca) on Sun Dec 20

Re: [Openocd-development] Is this STM32F100x errata sheet discovery the cause of my problems?

2010-10-04 Thread Øyvind Harboe
> Could anyone tell me whether this silicon bug will affect OpenOCD, and, if > so, how? I don't think so. You can check the log whether there is a verify_ir capture error message. Type help "verify" and you can turn off verification of the ir capture(which is really just to verify that the commun

Re: [Openocd-development] [BUG] Driver for USB-Blaster (partially) broken

2010-10-04 Thread Austin, Alex
Can you git bisect to find the problem commit? Felix wrote: Hi, the driver for the Altera USB-Blaster and compatibles in version 0.4.0 (and up to the current git snapshot) is (at least partially) broken. Somewhere in the merge process, the bit which enables the output (and the LED in the ori

[Openocd-development] [BUG] Driver for USB-Blaster (partially) broken

2010-10-04 Thread Felix
Hi, the driver for the Altera USB-Blaster and compatibles in version 0.4.0 (and up to the current git snapshot) is (at least partially) broken. Somewhere in the merge process, the bit which enables the output (and the LED in the original altera usb blaster) must have got lost. It was included i

[Openocd-development] Is this STM32F100x errata sheet discovery the cause of my problems?

2010-10-04 Thread ned
I've been trying to use OpenOCD with the STM32F100C4T6B, one of the new "low density value line" processors from STMicroelectronics. I haven't had too much success using it (not stopping at breakpoints, not noticing when it has stopped at breakpoints, not working well with gdb, not stepping onc