You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mvSarma
changed the title
MKR hangs when I try to re-use CAN with same CS Pin because of interrupt pin resource management
MKR hangs when I try to re-use CAN with same CS and INT Pin because of interrupt pin resource management
Dec 11, 2019
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.
The text was updated successfully, but these errors were encountered: