tonton81 / FlexCAN_T4

FlexCAN (CAN 2.0 / CANFD) Library for Teensy 3.x and 4.0
https://forum.pjrc.com/threads/56035-FlexCAN_T4-FlexCAN-for-Teensy-4
MIT License
196 stars 66 forks source link

CAN1 or CAN2 on Pins 22 and 23? #4

Closed sepp89117 closed 4 years ago

sepp89117 commented 4 years ago

Hi there, I had to use CAN2 even though the transceiver is connected to pins 22 and 23. What am I doing wrong? It works that way, but it seems to be a mistake right?

I´m using FlexCAN_T4<CAN2, RX_SIZE_256, TX_SIZE_128> opcCan; for pins 22 and 23.

Thank you in advance for your response

sepp89117 commented 4 years ago

Sorry, my mistake.