Hi
Please modify the baudrate define:

#define BAUD_RATE_SJW 0
#define BAUD_RATE_BRP 19
#define BAUD_RATE_SAMP 0
#define BAUD_RATE_TSEG1 TSEG_5
#define BAUD_RATE_TSEG2 TSEG_4
#define BAUD_RATE_CLOCK 20000000L
#define Baud_RATE BAUD_RATE_CLOCK /(BAUD_RATE_BRP+1) / (1 + BAUD_RATE_TSEG1+ BAUD_RATE_TSEG2)
Then you can see the 100kbps CAN messages.

Best Regards,
Robin
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------