You can now define in your sketch (with "C" linkage) a function _general_exception_handler(uint32_ code, uint32_t addr) which will override a default empty function.
That function, when a general exception occurs, gets passed the exception code and the address at which the exception occurred.
You can now define in your sketch (with "C" linkage) a function
_general_exception_handler(uint32_ code, uint32_t addr)
which will override a default empty function.That function, when a general exception occurs, gets passed the exception code and the address at which the exception occurred.