[OpenOCD-devel] How to read slow (250ms) register over ftdi?

2018-08-06 Thread Rick Foos
Looking for ideas on how to read a slow register (250ms) with openocd Mdw. When I try to read one of these slow registers, I hit a WAIT, read back bus float. The dap disconnects, reconnects, and the value appears in an unexpected location. When the DAP disconnects, I'm able to read the valu

[OpenOCD-devel] [openocd:tickets] Re: #200 Fix stm32f3discovery.cfg to support interface/stlink-v2-1.cfg

2018-08-06 Thread John Hagen via OpenOCD-devel
Yes, confirmed that `brew install --HEAD openocd` brings in the latest master ``` $ openocd --version Open On-Chip Debugger 0.10.0+dev-00510-g766d6114 (2018-08-06-12:23) ``` And `stm32f3discovery.cfg` works perfectly. This should be solved on stable in the next release. I don't follow OpenOCD v

[OpenOCD-devel] [openocd:tickets] Re: #200 Fix stm32f3discovery.cfg to support interface/stlink-v2-1.cfg

2018-08-06 Thread Paul Fertser via OpenOCD-devel
On Mon, Aug 06, 2018 at 01:50:11PM -, John Hagen wrote: > I tested this on openocd 0.10.0 installed on macOS with Homebrew. So I > understand, is the fix you referred to only in master and just not released > into > a stable release yet? Yes. You should be able to install the latest git versi

[OpenOCD-devel] [PATCH]: 47b1c1b stm32l4x: Fix stm32l4x dual bank support

2018-08-06 Thread gerrit
This is an automated email from Gerrit. Alex Lennon (ajlen...@dynamicdevices.co.uk) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/4641 -- gerrit commit 47b1c1b8ac436b4ca489dba347816142c9685245 Author: Alex J Lennon Date: Thu Aug 2 17:59:24 2018 +0100

[OpenOCD-devel] [openocd:tickets] Re: #200 Fix stm32f3discovery.cfg to support interface/stlink-v2-1.cfg

2018-08-06 Thread John Hagen via OpenOCD-devel
Paul, I tested this on `openocd` 0.10.0 installed on macOS with Homebrew. So I understand, is the fix you referred to only in master and just not released into a stable release yet? --- ** [tickets:#200] Fix stm32f3discovery.cfg to support interface/stlink-v2-1.cfg** **Status:** new **Miles