Difference between revisions of "Pyocd"
From Wiki at Neela Nurseries
(create new local page for pyocd.) |
m (add section about how to install pyocd.) |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
* https://www.trustedfirmware.org/docs/tech_forum_20211028_pyocd_intro.pdf | * https://www.trustedfirmware.org/docs/tech_forum_20211028_pyocd_intro.pdf | ||
+ | |||
+ | <!-- odne komentar --> | ||
+ | == To Install pyocd == | ||
+ | |||
+ | * https://pyocd.io/docs/installing | ||
+ | |||
+ | <!-- odne komentar --> | ||
+ | == Pyocd Errors == | ||
+ | |||
+ | Having issue with relatively new chip to flash. Pyocd invocation with warnings and errors: | ||
+ | |||
+ | <pre> | ||
+ | $ pyocd erase -t lpc55s69 --chip | ||
+ | 0001612 I Erasing chip... [eraser] | ||
+ | 0003731 W Core #0 is not accessible after reset [cortex_m] | ||
+ | 0003735 E Error during board uninit: [session] | ||
+ | 0003754 C Memory transfer fault (Unspecified error.) @ 0xe000edf0-0xe000edf3 [__main__] | ||
+ | </pre> | ||
+ | |||
+ | These errors appear to have come up with versions of pyocd older than version 0.33: | ||
+ | <ul> | ||
+ | * https://github.com/pyocd/pyOCD/issues/1303 | ||
+ | </ul> | ||
+ | |||
+ | |||
+ | <!-- odne komentar --> |
Latest revision as of 00:46, 25 January 2024
2024-01-24 page started
Page holding notes about and references for `pyocd`.
References:
To Install pyocd
Pyocd Errors
Having issue with relatively new chip to flash. Pyocd invocation with warnings and errors:
$ pyocd erase -t lpc55s69 --chip 0001612 I Erasing chip... [eraser] 0003731 W Core #0 is not accessible after reset [cortex_m] 0003735 E Error during board uninit: [session] 0003754 C Memory transfer fault (Unspecified error.) @ 0xe000edf0-0xe000edf3 [__main__]
These errors appear to have come up with versions of pyocd older than version 0.33: