pyocd-flashtool
ARM Cortex-M programming tools (Python3)
Install
- All systems
-
curl cmd.cat/pyocd-flashtool.sh
- Debian
-
apt-get install python3-pyocd
- Ubuntu
-
apt-get install python3-pyocd
- Kali Linux
-
apt-get install python3-pyocd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-pyocd
- Dockerfile
- dockerfile.run/pyocd-flashtool
python3-pyocd
ARM Cortex-M programming tools (Python3)
pyOCD is an Open Source Python based library for programming and debugging ARM Cortex-M microcontrollers using CMSIS-DAP. Includes support for flashing new binaries, resetting the device, halt, step, resume read/write memory and set/remove breakpoints.