-
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
-
Still trying to program the on-board flash of the NXP i.MX RT685EVK through pyOCD; I get an "SoCTarget has no selected core" error.
(NXP.MIMXRT685S_DFP.pdsc modified, removing `Pname="cm33"`)
``…
-
```python
while 1:
session = ConnectHelper.session_with_chosen_probe(
unique_id=debuggers[probe_sel].unique_id,
target_override="STM32f412xG",
auto_open=False,
)
…
-
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.
-
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
…
-
The upstream version has no support for the M460 series, so I am stuck with OpenOCD-Nuvoton.
At the same time the current version of the Cortex-Debug plugin for VSCode is not compatible with this v…
-
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 …
-
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…
-
pyOCD : 0.18.0
Device : `DISCO_L475VG_IOT01A`
pyocd.yaml
```yaml
probes:
0666FF555051897267232812: # Probe's unique ID.
target_override: stm32l475xg
test_binary: stm32l47…