-
Bug
-
Resolution: Unresolved
-
Medium
-
PDK
-
PDK-15006
-
PROCESSOR_SDK_10.00.00
-
PROCESSOR_SDK_10.01.00
-
Description:
When application registers callback handlers for the Undefined and prefetch exceptions, and induce these exceptions, callback functions are not getting called.
Resolution Description:
Abort and Prefetch handlers now checks for registered callback handler functions and calls them.
Root Cause:
Handlers would enter infinite loop without checking for registered callback handlers (if any)