pierremolinaro / acan2515

MCP2515 CAN Controller Driver for Arduino
MIT License
74 stars 29 forks source link

How to locate errocode #36

Open Oulalaa opened 2 years ago

Oulalaa commented 2 years ago

When I tried this, I met an error. The errorcode is 0x8, but I cant find out what it exactly is. image

pierremolinaro commented 2 years ago

The error code 0x8 is described in the documentation table 2 page 25 -> kINTPinIsNotAnInterrupt -> section 11.3.4 page 26 -> The pin you provide for handling the MCP2515 interrupt has no interrupt capability.

Le 7 mai 2022 à 12:23, Achilles @.***> a écrit :

When I tried this, I met an error. The errorcode is 0x8, but I cant find out what it exactly is. https://user-images.githubusercontent.com/65006648/167250211-56a1bd72-8b5d-4073-8dcf-024ff22b8b6a.png — Reply to this email directly, view it on GitHub https://github.com/pierremolinaro/acan2515/issues/36, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEWKZVG2ZWMJGD6IHJXQHULVIZACTANCNFSM5VKG6ZAA. You are receiving this because you are subscribed to this thread.

Oulalaa commented 2 years ago

Thanks, pal! That helps a lot!