pyocd / pyOCD

Open source Python library for programming and debugging Arm Cortex-M microcontrollers
https://pyocd.io
Apache License 2.0
1.11k stars 477 forks source link

do_readback not defined #1034

Closed nerdralph closed 3 years ago

nerdralph commented 3 years ago

Running 0.28.3, installed via pip, python 3.7.9. wreg always causes the error:

pyocd> wreg GPIOA.BRR 0xF
writing 0xf to 0x48000028:32 (BRR)
Error: name 'do_readback' is not defined
flit commented 3 years ago

Whoops, thanks for the report.