Re: [OpenOCD-devel] Freescale QSPI flash driver

2021-01-20 Thread Andreas Bolsch
The disadvantage of 4235 is programming speed: As the flash chips are getting larger (16 MBytes is already only moderate size), handling every single register read/write via the host and debug adapter becomes unfeasible. (Similar problem for a verify: Complete readout and comparison on the host

[OpenOCD-devel] Freescale QSPI flash driver

2021-01-20 Thread Taylor Stroobosscher via OpenOCD-devel
Hi, I'm looking for flash programming support for an NXP LS1012A. I understand that adding support for Freescale's QSPI has been attempted at least once before (change 4235), however it doesn't appear to have gotten any traction after about a couple years ago. What would be the best approach to

[OpenOCD-devel] [openocd:tickets] Re: #290 QSPI debugging is not working in some stm32h753 mcu

2021-01-20 Thread Tommy Murphy via OpenOCD-devel
Did you read this? https://sourceforge.net/p/openocd/code/ci/master/tree/README.Windows Do you need to build or can you use pre-built binaries from elsewhere - e.g.: http://openocd.org/getting-openocd/ My personal preference when building is to use Liviu Ionescu's xPack Project docker based bu

[OpenOCD-devel] [openocd:tickets] #290 QSPI debugging is not working in some stm32h753 mcu

2021-01-20 Thread shaalik via OpenOCD-devel
How to build Openocd from git://git.code.sf.net/p/openocd/code . I have used to build using build repo https://github.com/gnu-mcu-eclipse/openocd.git but i am getting older version of openocd which doesnt support QSPI Can you please provide the steps to build from git://git.code.sf.net/p/op