#include #include #include void ExceptionsHandler(ExceptionsContext* context, ExceptionsType type) { IOSerialPutString("Exception occurred"); while (1) { CPUWaitForInterrupt(); } }