bit timing issue in CANFD
Hi,
i have STM32H7 Nucleo board, i'm trying to implement CAN-FD. so i was trying to send some data over CAN-FD to CAN-Analyser. For bit timing calculation i'm using STM32H743I-EVAL example as reference .
fdcan_ker_ck - 20Mhz, Time_quantum- 50ns, Propagation_segment- 23 tq, Phase_segment_1- 8 tq, Phase_segment_2- 8 tq, Synchronization_Jump_width - 8 tq, Bit_length - 2 us, Bit_rate- 0.5 MBit/s.
this i used it for both nominal and data..But when i use it can analyser the bit timing doesn't match.i used these following documents for reference but still couldn't solve it
https://www.can-cia.org/fileadmin/resources/documents/proceedings/2013_hartwich_v2.pdf
Thanks,
Vimal
