pyOCD
显示目标
1 | pyocd list --target |
RTT连接
1 | pyocd rtt -t STM32H750VBTx |
如果不能显示,需要加地址(.bss段)
1 | .bss 0x20000838 Section 1208 segger_rtt.o(.bss) |
1 | pyocd rtt -t target -a `address` |
搜索包
1 | pyocd pack find STM32H750VB |
安装包
1 | pyocd pack install STM32H750VB |
烧录
1 | pyocd flash -t nrf52 xx.hex |
擦除
1 | pyocd erase -t nrf52 |