-
OpenOCD 0.9.0 no longer works with the in-project config files. This is true for both the bootloader and the debug file. Fortunately, everything we need is already in latest openocd. `stm32f4discovery…
-
I am using Raspberry Pi Pico W with openocd-dirtyjtag and trying to flash/debug NXP LPC1837. Got the following error when I try to start openocd. Please help me in resolving it.
```
iotdev@iotdev:…
-
I've installed eclipse completely fresh.
After creating a new debug configuration and starting it, eclipse show an error. openocd exited with (1). See openocd console for details.
BUT the consol…
-
In my country I can only find these JTAG models:
![image](https://github.com/user-attachments/assets/63064d71-980f-4f25-a070-ad6d4bef00c9)
Will any of them work?
-
Посмотрел ваше видео https://www.youtube.com/watch?v=8YUWH7W8H3w
Если можно дайте примере конфига.
-
Hi,
Set up a spare Raspberry PI Pico as a Picoprobe (as described in https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf Chapter A) and tried to upload a sketch using a programmer…
-
In boards.txt, called openocd script is
zeropi_edbg.build.openocdscript=openocd_scripts/zeropi.cfg
Unfortunately, in openocd_scripts/ directory, only zero.cfg is present. Uploading hangs because of …
-
Hi,
I am trying to reflash, using the ST-Link V2.
However, I get the following error:
openocd -f interface/stlink.cfg -f target/gd32e23x.cfg -c init -c "reset halt" -c "flash read_bank 0 ZY-M100_L.…
-
**Is your enhancement proposal related to a problem? Please describe.**
Currently ST products use OpenOCD or J-Link as runners for `west debug`. https://github.com/zephyrproject-rtos/zephyr/pull/7528…
-
It might be nice to have a document that explains how to save the _entire_ state of a device and re-load the state at a later date, to facilitate sharing HAL/PAL driver bugs.