Question
Can I implement a software exception handler in C language to simulate a Throw/Catch in Java. This should be available on the Cortex-M4
The reason for the question is to locate all errors and warnings into a single function so as not to have error handler fuctions located in several places in the code. does anyone have this request previously implemented and can give some input here. thank you