Skip to content

embedded, arm, stm32: Fix CAN register definition

Jeppe requested to merge stm32f1_can_fix into main
  • bxCAN controller only has 2 RX mailboxes. The registers behind were misplaced. Refer to RM0008 section 24.9.3 and 24.9.4

Bug found by Eric Quan

Merge request reports