Hi,
we are attempting different baudrate on AWR1642BOOST CANFD port with classic frame(800kbps).
we tested with canfd port with classic frame at 1mbps already and have no issues.Below are the changes we have done to achieve 800kbps.
mcanBitTimingParams.nomBrp = 0x2U;
mcanBitTimingParams.nomPropSeg = 0x8U;
mcanBitTimingParams.nomPseg1 = 0x8U;
mcanBitTimingParams.nomPseg2 = 0x8U;
mcanBitTimingParams.nomSjw = 0x1U;
Nominal Bit rate = (40)/(((8+8+8)+1)*2) = 40/50 = 800kbps
Could you confirm there are no other changes required to achieve this.
Thanks,
P Tulasi Krishna.
.