-
I can't get `pyocd gdbserver` to work. When I try to connect with `arm-none-eabi-gdb`, gdb says `Reply contains invalid hex digit 120` and drops the connection.
Since debugging the same application …
-
I installed the PACK for RT1011 and then downloaded the HEX file using the Flash command, prompting me for the following information:
0000344:WARNING:cmsis_pack:Overlapping memory regions in file , d…
-
Hi !
I'm trying to create an executable for my python application with Pyinstaller but I'm running into some issues.
My application is flashing STM32L475 MCUs by using 2 STLinksV3 and is working f…
-
I'm using a DAPlink adapter over SWD 10-pin connecter to a Nordic Semi development board (nRF9160DK) containing an nRF9160 which has an ARM-Cortex M33 core. I downloaded and installed the Nordic Pack …
-
Hi,
I am using ```pyOCD (0.8.0)``` with a ```FRDM-K64F``` and ```CLion (2018.1)``` under ```macOS 10.13.3``` for debugging.
I start the GDB Server via
```pyocd-gdbserver -t k64f -o```
and the…
-
I want to use platformio to develop the LPC4088. It has an onboard CMSIS-DAP debug probe. I was unable to debug with platformio. Not sure what the root cause was, I opened a [thread at platformio](htt…
tux19 updated
3 years ago
-
```
Traceback (most recent call last):
File "/home/juhhov01/projects/pyOCD/py3/lib/python3.6/site-packages/pyocd/board/board.py", line 96, in uninit
self.target.disconnect(resume)
File "/h…
-
**Is your feature request related to a problem? Please describe.**
Run command probe-rs download for a ELF image.
It print errors:
```
Error: Error while flashing
Caused by:
No flash memor…
-
if pyocd is invoked via command line (e.g. "pyocd reset" or "pyocd gdb"), then ID_DAP_Disconnect is sent to the probe on end of pyocd.
If pyocd is started by "GDB PyOCD Debugging" in Eclipse, there…
-
The docs suggest that pyOCD can be used without cmsis-pack-manager (https://pyocd.io/docs/installing_on_non_x86.html), but I've observed several failures when it isn't installed.
The first error is…