Skip to content

Giga CAN-bus CAN0 pins in pins_arduino.h do not match pin-out diagram or schematic #727

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Gerriko opened this issue Sep 20, 2023 · 2 comments

Comments

@Gerriko
Copy link
Contributor

Gerriko commented Sep 20, 2023

In pins_arduino.h we have:

#define CAN_HOWMANY       2

#define PIN_CAN0_TX       (PB_13)
#define PIN_CAN0_RX       (PB_12)

#define PIN_CAN1_TX       (PH_13)
#define PIN_CAN1_RX       (PB_8)

Schematic (FD_CAN2) and pin-out diagram show:
CAN_RX = PB_5
CAN_TX = PB_13

FD_CAN1 pins matches PIN_CAN1 RX/TX

@facchinm
Copy link
Member

@Gerriko Thanks for reporting! Would you mind submitting a PR so we can give the proper attribution?

@facchinm
Copy link
Member

Fixed by #731

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants