Skip to content

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

Closed
@Gerriko

Description

@Gerriko

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions