-
Hi!
I'm using your project with nrf52840 + stlink + openocd as debugger. If I adjust manually the SRAM size it kind of works but it is unstable and crashes.
One of the problems is related to this on…
-
Hacer un 0 to 100% sobre como programar la SAM4S Xplained Pro.
-
Do you consider merging this version upstream so that there is no need for custom build in future?
This would require also making it Windows-compatible (mainly WinSock-compatible for `jtag-tcp`). I…
-
I have got a NRF52840-dk devkit and got the ITM tracing to work using JLinkGDBServer.
I tried to get it working using OpenOCD but yet to no avail.
I'm on arch linux with the latest of everything
…
-
I was attempting to add full JTAG into this,however I got this from `openocd -d`:
```
Debug: 432 3354 adi_v5_jtag.c:572 jtagdp_transaction_endcheck(): jtag-dp: CTRL/STAT 0xf0000021
Error: 433 335…
-
### Environment
- OS and version: Windows 11
- VS Code: 1.88.1
- C/C++ extension: 1.19.9
- OS and version of remote machine (if applicable): Linux (yocto) kernel 5.15.71
- GDB / LLDB version: gdb…
-
The h3 option worked fine for reading the flash contents. I used the shellcode.bin binary. Write operation however does not work for me. When issuing Write I get the Exception error as per example bel…
-
For Windows there is BLFlashCube and for Linux, there's a binary of flash_build, but not really the source. This is problematic for developers on MacOS (with two processor types), Raspberry Pi, or dev…
-
Simple fix in "write_memory_progbuf" in riscv-013.c
A check can be added to confirm if the support exists (by writing then reading back 0x18) and then based on that setting variable "setup_needed" as…
-
The Linux installation instructions include this sort of thing:
> These rules let you use USB devices like the micro:bit without root privilege, i.e. sudo.
>
> Create this file in /etc/udev/rule…