You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: i18n/en/docusaurus-plugin-content-docs/current/code_gen/stm32/can.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,22 @@ sidebar_position: 10
8
8
9
9
LibXR supports both standard CAN and CAN FD. You need to enable the respective peripherals and interrupts in STM32CubeMX, and allocate at least one filter for both standard and extended frames.
10
10
11
+
## Default Filters and FIFO Configuration
12
+
13
+
LibXR configures one default filter for each CAN/CAN FD controller, separately for standard and extended frames, allowing all data frames to pass through.
14
+
15
+
The FIFO configuration for different numbers of CAN/CAN FD controllers is as follows:
16
+
17
+
| Classic CAN | CAN1 | CAN1+CAN2 | CAN1+CAN2+CAN3 |
0 commit comments