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
My project is using CAN and BLE at the same time on Arduino mkr1010
BLE alone is OK
BLE and CAN without ISR is OK
BLE and CAN with CAN Rx ISRs is crashing after a while with a hardFault exception because _discoveredDevices ._root.next...next pointer is overwritten.
Any ideas?