Timer Interrupt Not Working Posted by RandallStockberger on 2018-04-05 02:04 Did you compile this a C or C++. If you used c++ you need to put an 'extern "C"' wrapper around the ISR. Randy