-
### OS
Windows
### Pyocd Version
0.33.1
### DFP info
Vendor Pack Version
----------------------------------------
GigaDevice GD32F3x0_DF…
-
Hi, when I run "pyocd gdbserver" command, I get this error.
> 0000253:INFO:board:Target type is cortex_m
0000253:WARNING:board:Generic 'cortex_m' target type is selected; is this intentional? You …
-
My probe firmware does not provide a serial descriptor string, and pyOCD 0.28.x worked fine. 0.29.0 seems to require it now:
```
0000542:CRITICAL:__main__:uncaught exception: 'NoneType' object is n…
-
When compiling the mbed-cloud-client-example, the flashing randomly fails on K66F. The bootloader will spot the firmware checksum not matching, so obviously the flash has not been written correctly. I…
-
Is there a way to connect to a device in sleep mode?
Can I issue a hardware reset, and halt the processor before trying to connect?
Currently I'm getting this error:
```
File "C:\Python37\lib\…
-
Trying to run `pyocd` on Raspberry Pi.
Tried installing dependencies manually and installed `pyocd` with `--no-deps` as suggested in [installing_on_non_x86.md](https://github.com/pyocd/pyOCD/blob/m…
-
PyOCD 0.36.0
STM32F334
I'm trying to get SWV output and so far I'm getting no output. I have semihosting and SWV set up in my firmware and the SWV output *is working* in STM32CubeIDE.
The Cube…
-
Hi all,
I decided to open this issue while not having complete certainty that the problem I'm facing is directly related with pyocd and if so, forgive me for the possible error.
I have been using…
-
After few flash rounds the board goes to "No cores were discovered!" state and has to be restored with DIP switch altering and erase.
Steps:
1. ``` pyocd flash -Oconnect_mode=under-reset -vvv -u 0…
-
pyOCD : 0.18.0
Device : `DISCO_L475VG_IOT01A`
pyocd.yaml
```yaml
probes:
0666FF555051897267232812: # Probe's unique ID.
target_override: stm32l475xg
test_binary: stm32l47…