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
By default, all Interruption and Exception Handlers are weaked and
aliased to Default_Handler (Infinite Loop, See CMSIS device startup file)
So, those defined handlers in the core doing a loop bring nothing
except to not allow further redefinition.
But this is what we want, be able to redefine those handler.
Ex: FreeRTOS library requires to be able to redefine them.
Signed-off-by: Frederic.Pillon <[email protected]>
0 commit comments