PyOCD

From chriesibaum wiki
Revision as of 15:19, 9 February 2021 by PTH (talk | contribs) (Created page with " = Erase internal Flash Memory = To erase the whole flash range use pyocd erase with the option --mass: <syntaxhighlight lang="bash"> pyocd erase --mass </syntaxhighlight> T...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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