Hey guys,
My intention is to build a gateway that splits a CAN-FD frame into several CAN frames.
My approach would be:
If there is a CAN-FD frame with DLC = 15 (64 byte payload), I divide the content into 8 CAN frames with 8 bytes each, with DLC = 14 in 6 frames, with DLC = 13 in 4 frames and...