Hi,
I'd like to implement my own application level z_SysFatalErrorHandler so have declared it in main.c and removed the __weak qualifier, however when I force a fault it always ends up in the original one in sys_fatal_error_handler.c.
Any pointers?
Thx!