You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 18, 2025. It is now read-only.
Hi, first thank you for the enlightening book and resources.
While implemeting I found a little type in the examples given on pages 79 and 118: CoreDebug->DEMCR = CoreDebug_DEMCR_TRCENA_Msk;
should be replaced with CoreDebug->DEMCR =| CoreDebug_DEMCR_TRCENA_Msk;
else tracing will fail if running in debugger which already sets DEMCR to != 0