Commit 7d302b9
committed
canio: mimxrt10xx: Fix CAN frame reception
This code clears the "frame available" flag, which allows the CPU to read
and serve the next entry of the Rx FIFO.
Without that, the CPU would never advance in the Rx FIFO and will serve
the oldest mailbox over and over, until the Rx FIFO overflows.1 parent 62ea6f9 commit 7d302b9
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
118 | 122 | | |
119 | 123 | | |
120 | 124 | | |
| |||
0 commit comments