This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1642BOOST: CANFd classic frame with different baudrate.

Part Number: AWR1642BOOST


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.

.