-
```python
while 1:
session = ConnectHelper.session_with_chosen_probe(
unique_id=debuggers[probe_sel].unique_id,
target_override="STM32f412xG",
auto_open=False,
)
…
-
The DFP packs works well with keil, but use pyocd it report no identifiable boot memory.
Looks pyocd cannot recognize the flash algo as flash memory.
Device family definition in DFP pack:
```xml
…
-
### 您的功能请求是否与解决某些问题有关?请描述一下。/ Is your feature request related to a problem? Please describe.
I am unable to program the SOP8 PY32F002AL15S6TU. using the board "Generic PY32F002A Series"
I teste…
-
Microchip publishes packs at https://packs.download.microchip.com/ It would be awesome to support these packs, or other custom urls.
Copied from mbedmicro/pyOCD#823.
-
I have tried stlink and a cmsis-dap dongle, the results are same.
pyocd commander -v --target nrf52840
0000585:INFO:board:Target type is nrf52840
0000610:INFO:dap:DP IDR = 0x2ba01477 (v1 rev2)
…
44670 updated
2 years ago
-
`pyocd server` reproducibly throws exception when flashing or erasing a chip. It is always the `flush` operation throwing a `TransferFaultError`.
The command continues and finishes, and the client si…
-
I'm tried on python3.8, But not work.
```
Traceback (most recent call last):
File "pyocd/tools/pyocd.py", line 23, in
ImportError: attempted relative import with no known parent package
[50681…
-
I am using the ARM Cortex-M1 DesignStart FPGA for Xilinx (https://developer.arm.com/ip-products/designstart/fpga) reference design on a Digilent Arty A7 (https://store.digilentinc.com/arty) along with…
-
Hello,
I have a problem starting pyocd gdbserver.
```
sudo pyocd gdbserver
0000309:INFO:board:Target type is k64f
0000309:CRITICAL:__main__:Unable to open device: open failed
Traceback (most…
-
Hello,
When trying to flash a Nucleo WL55JC1 (stm32wl55jci7u) using the command `pyocd flash --target STM32WL55JCIx --frequency 1800000 -O connect_mode=under-reset mbed-os-example-blinky.bin` I rec…