Open mvSarma opened 4 years ago
When I call CAN.end() and call CAN.begin() again, it gets stuck at SPI.usingInterrupt()
I noticed that calling the undocumented API SPI.notUsingInterrupt() before detachInterrupt() in ACAN2515::end() is actually fixing this issue for SAMD.
When I call CAN.end() and call CAN.begin() again, it gets stuck at SPI.usingInterrupt()
I noticed that calling the undocumented API SPI.notUsingInterrupt() before detachInterrupt() in ACAN2515::end() is actually fixing this issue for SAMD.