Supported Targets¶
Using pyOCD¶
Through both built-in support and CMSIS-Packs, pyOCD supports nearly every Cortex-M MCU that is available on the market.
To see the available target types you can run the following command:
pyocd list --targets
Drag-and-drop programming targets¶
A flash algorithm blob is needed to program the target MCU while programming an image across the Drag-and-drop channel. This blob contains position independent functions for erasing, reading and writing to the flash controller.
The following table shows the targets that support Drag-and-drop programming. More targets are planned and will show up gradually over time.
Target | Firmware |
---|---|
nRF52 SoC (Default) | pitaya_link_nrf52_if_crc_xxxx.bin |
Create an Issue¶
Interested in contributing to this project? Want to report a bug? Feel free to click here: