-
I build and run OpenOCD-Nuvoton on a Raspberry Pi 3, and failed to establish the debug session.
Enclosed is the command and logs, please advice what wrong with my setup. Thanks!
Besides, Nuvo…
-
Have been trying to debug rpi-pico using jlink. I am able to do it via command line but not able to do it via vscode+cortex-debug extension.
Issue seems to be due to missing parameters to openocd. If…
-
### Board
ESP32-S3
### Device Description
DevKitC
### Hardware Configuration
Nothing attached
### Version
latest master (checkout manually)
### IDE Name
PlatformIO
### Operating System
Wind…
-
### Verification
- [X] I searched for similar bug reports and found none was relevant.
### What happened?
Some functions in Weather are encountering corrupted local variables
### What should happe…
-
**Describe the bug**
The ESP32-C3 running an ESP-IDF v4.4.4 build of the [FreeRTOS/iot-reference-esp32c3](https://github.com/FreeRTOS/iot-reference-esp32c3) cannot be debugged though the device's USB…
-
Hello, everyone!
I've just started to learn about RISC-V and I'm trying to follow the tutorial provided by the README of this repo. I'm stuck on session **Debugging With Gdb** . I'm using OPENOCD pro…
-
Hi,
when I try to build the riscv-openocd I get the following error:
```
src/jtag/drivers/arm-jtag-ew.c: In function ‘armjtagew_debug_buffer’:
src/jtag/drivers/arm-jtag-ew.c:796:22: error: ‘…
-
I've tried cmsis-dap on a bluepill but while that sort of works the esp32 branch of openocd doesn't support HIDAPI, and while I can recompile it it lives in strange msys2 mingw32 land and does't seem …
-
Trying to debug with the following
*esp-wroom-32
*ft232r
*unbuntu 21.04
```
interface ft232r
# ft232r_restore_serial 0x15
ft232r_tdi_num TXD
ft232r_tck_num DTR
ft232r_tdo_num RXD
ft232r_…
-
Hi.
I am using the latest Ubuntu, esp-idf and eclipse with the expressif tools. Using the esp-prog jtag adapter.
I can connect to the ESP32 ok. Using the blink example I can program verify and run…