PyOCD: Difference between revisions
Jump to navigation
Jump to search
(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...") |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:pyOCD}} | |||
= Erase internal Flash Memory = | = Erase internal Flash Memory = | ||
| Line 11: | Line 12: | ||
pyocd erase --sector 0x080c0000-0x08100000 | pyocd erase --sector 0x080c0000-0x08100000 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=pyOCD Docs = | |||
* https://github.com/pyocd/pyOCD/tree/master/docs | |||
Latest revision as of 15:29, 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