Difference between revisions of "Pyocd"

From Wiki at Neela Nurseries
Jump to: navigation, search
(create new local page for pyocd.)
 
m (add link to pyocd issue 1303 "Core #0 is not accessible after reset")
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
 +
 +
 +
== 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 -->

Revision as of 00:38, 25 January 2024

2024-01-24 page started

Page holding notes about and references for `pyocd`.

References:


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: