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
Using the shield on Arduino uno to receive datas from 2 CAN devices sending datas at 100Hz.
Using poll mode (not interruption) and reading at 500Hz on arduino (delay 2ms).
Sometime receiving datas (normal frame, 2 IDs, 8 bytes) is blocked due to error
Error given from checkerror function : return 5 and err value : 21
This behavior seems random and functions checkerrors, checkClearRxStatus and checkClearTxStatus didn't help.
What is this error?
How to correct it?
Thank you.
The text was updated successfully, but these errors were encountered:
Using the shield on Arduino uno to receive datas from 2 CAN devices sending datas at 100Hz.
Using poll mode (not interruption) and reading at 500Hz on arduino (delay 2ms).
Sometime receiving datas (normal frame, 2 IDs, 8 bytes) is blocked due to error
Error given from checkerror function : return 5 and err value : 21
This behavior seems random and functions checkerrors, checkClearRxStatus and checkClearTxStatus didn't help.
What is this error?
How to correct it?
Thank you.
The text was updated successfully, but these errors were encountered: