-
Hi,
With `sudo -H pip install pyocd`, I get
```
lockheed:~ simon$ pyocd-gdbserver --version
0.10.0
lockheed:~ simon$ pyocd-gdbserver -l
0 => Microbit [nrf51] boardId => 9900023432044e450017801…
-
- Intel Hex file used for testing, but should be the same with any other: [CALL_ME_MICROBIT.hex.zip](https://github.com/pyocd/pyOCD/files/7693018/CALL_ME_MICROBIT.hex.zip)
- micro:bit V2.0 with the…
-
Some feedback about removal of the "pyocd-flashtool" command (entrypoint) in pyocd 0.30.
0.13 is the version of PyOCD shipped in stabled release of Debian and related distributions, like Ubuntu:
…
-
cmake -G Ninja -DTOOLCHAIN=gccarmemb -DPLATFORM=nrf52840_xxAA -DBOARD=nrf52840_mdk -DFLASHER=pyocd ../../nRF5-SDK-for-Mesh/
ninja my_light_switch_client_nrf52840_xxAA_s140_6.1.0
出现下面的问题:
![image…
-
Make the process a little smoother, more flexible, easier. Possibly use https://github.com/mbedmicro/pyOCD instead of OpenOCD. OpenOCD is a bit of a problem to install by script on Windows (no officia…
-
I got following errors when using flash loader converted from Keil pack FLM, the FLM working well under KEIL and Segger JLINK, but failed when using in pyocd, seems pyocd could only download one flash…
-
```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
…
-
I've somehow 'bricked' a board and than try and re-flash, I get:
```
[galak@localhost build]$ pyocd flash zephyr/zephyr.bin
Secure
0001090:CRITICAL:__main__:uncaught exception:
Traceback (mos…
galak updated
5 years ago
-
在macos上尝试使用openocd 进行更新的时候找不到设备
```
openocd -c "adapter driver cmsis-dap" -c "init;cmsis-dap info"
```
```
Open On-Chip Debugger 0.11.0
Licensed under GNU GPL v2
For bug reports, read
http:…