The block reference manual (RM0433) lists different interrupts and registers than the current driver expects.
Found so far:
- RM044 section 56.5.16
FDCAN_IE is different than what src/interrupt.rs lists.
- RX FIFO (RXFnC.FnWM) watermark is never set which means it will default to 0. Any RAM index greater than 0 will be reported as 'overrun'.
The block reference manual (RM0433) lists different interrupts and registers than the current driver expects.
Found so far:
FDCAN_IEis different than what src/interrupt.rs lists.