-
hi @flit,
We are using pyocd as the major flash tool for our sdk application develop and testing. Thanks working on this excellent tool!
We used gdbserver and gdb to load applications , and added …
-
I keep getting the following errors when I try the on chip debugging platform.
Open On-Chip Debugger 0.11.0
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxy…
-
Serial Numbers can begin with zeros, in our investigation into this it's common for JLINK devices to have serial numbers of this form:
- 000820102635
- 000682561275
Listing devices with PyOCD s…
-
Hello Himax Team.
My image is larger than 1MB and I thought about using SWD to flash the image. Sadly I get errors like these
```
connect
self._idr = self.read_idr()
^^^^^^^…
-
The nRF DFP is all screwed up…
The [Keil pack list site](https://www.keil.com/dd2/pack/) shows the latest version as 8.24.1. The `pindex` section of [`keil.vidx`](http://sadevicepacksdqaus.blob.cor…
-
Valinor currently support only pyOCD gdb server at the moment, which works for platforms with cmsis-dap debuggers.
We could add jlink gdb (or later any other in the future). The decision which one to…
-
### Error Log
```
0000542 D Project directory: d:\code [session]
0000573 D Project directory: d:\code [session]
0000608 D CMSIS-DAP v2 probe 000100011a5a5bb6000000000001badfa5a5a5a597969908: fir…
-
Excluding status codes handled automatically by the reqwest crate, HTTP status code are not checked by CPM. Most importantly, this includes 4xx error responses like 404 Not Found. Whatever data the se…
-
Created from discussion in #1488.
From @dev-apcs:
The snag I have is when using gdb to attach without flashing: the cpu hard-faults.
I tracked this down to vector table corruption - or rather…
flit updated
3 months ago
-
I have a problem when using pyOCD with an ATSAMD21G18A chip. The vendor file lists two PDSC entries for that part:
1. Keil.SAMD21_DFP 1.3.1 (deprecated 2020-10-21)
2. Microchip.SAMD21_DFP 3.6.144…