OpenOCD icon indicating copy to clipboard operation
OpenOCD copied to clipboard

STMicroelectronics customized version of OpenOCD supporting STM32 MCUs and MPUs

Results 12 OpenOCD issues
Sort by recently updated
recently updated
newest added

I've already created a pull request about this issue (https://github.com/STMicroelectronics/OpenOCD/pull/13) which has been closed automatically because I need to sign a contributors agreement. Because this doesn't justify the effort for...

I am having trouble using openocd gdb server remotely with STM32CubeIDE. I can not build a matching version, because this repository appears to be behind the shipping version. Please update...

Build fails in fresh docker build on branch openocd-cubeide-r4 or tag openocd-cubeide-v1.8.0 or later. Tag openocd-cubeide-v1.7.0 and branch openocd-cubeide-r3 build fine. Docker commands: ``` ARG VARIANT="focal" FROM ubuntu:${VARIANT} AS openocd-builder...

I'm using JetBrains CLion as a development environment, with OpenOCD and GDB as the flash/debug toolchain. I have a custom board with STM32L082CZ, similar to the B-LR072-LRWAN1 board. I have...

An ST-LINK V3 probe fails to work with an STM8 target. Two distinct probes were tested, and the issue appears to be OpenOCD-related. The probes work well with STM8 if...

Hi, since this is a fork of the original OpenOCD, I would like to know what the intended role of this fork is. Especially I would really like to have...

Hello everyone, I have an Olimex BB-SMT32WL that is based on a STM32WLE5CCU6. I use STM32CubeIDE and opened a new project for exactly the STM32WLE5CCU6. Firmware Package Name and Version...

I have been evaluating the nucleo-wl55jc1 and have deployment and debugging working via openocd (just single core at the moment). I am currently running "xPack Open On-Chip Debugger 0.12.0+dev-01312-g18281b0c4-dirty (2023-09-04-22:31)"...

I am unable to connect to STM32F767ZG ``` Open On-Chip Debugger 0.12.0-00017-gb153daa14 (2023-02-03-14:58) [https://github.com/STMicroelectronics/OpenOCD] Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html Info : The selected transport took...

In commit 54c8f87e552db5198ee47e094bdbc6b4a72c634a support for the STM32WBA chip was added to the STM32L4x flash driver, unfortunately without any target configuration file. Even with the above commit added to my local...