PyOCD: Difference between revisions

From chriesibaum wiki
Jump to navigation Jump to search
m (PTH moved page Pyocd to PyOCD)
(No difference)

Revision as of 15:25, 9 February 2021

Erase internal Flash Memory

To erase the whole flash range use pyocd erase with the option --mass:

pyocd erase --mass

To erase flash sectors pyocd erase with the option --sector:

pyocd erase --sector 0x080c0000-0x08100000



pyOCD Docs