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](https://github.com/stm32-rs/fdcan/blob/master/src/interrupt.rs#L19) 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'.