-
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…
-
OS: MacOS 10.14.5
Mbed OS: 5.13.1
Targets: LPC1768
When disconnecting a debug session from the LPC1768, an error is thrown and the debug session does not disconnect. This has not been observed on…
-
I've successfully setup Seggers RTT for my Zephyr project using an MCULink debug probe on an LPC55S16 (I know - the irony :D)
I really do love that the support is available, but along the way I've …
-
I'm using Mbed studio to try and debug on a STM32H743ZI2, and it fails with a read error like:
```
0000860:WARNING:rom_table:Invalid coresight component, cidr=0x0
0000861:WARNING:rom_table:Invali…
-
Hello,
I am using `pyocd` to host a GDB server and encountering an issue where the GDB server fails to open a debug session after flashing a firmware.
Here's the sequence of steps:
1. I start…
-
```
C:\Users\Administrator\Desktop\pyOCD-master\pyOCD-master>python setup.py install
C:\Users\Administrator\AppData\Local\Programs\Python\Python36\lib\distutils\dist.py:261: UserWarning: Unknown dis…
-
Is it possible to spawn python script with pexpect?
When I run
`self.child = pexpect.popen_spawn.PopenSpawn(cmd='python -m pyocd', encoding='utf-8', timeout=timeout)`
I see that `pexpect.before` g…
-
**Problem**
I'm trying to use pyOCD with an ATSAMD21G18A connected to an nEDBG CMSIS-DAP, but any command I try results in the following error:
```pyocd.probe.pydapaccess.dap_access_api.DAPAccessI…