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.

LAUNCHXL-F28379D: LAUNCHXL-F28379D

Part Number: LAUNCHXL-F28379D

Hi ,.

I am using LAUNCHXL-F28379D, On that I'm running  " driverib / External Loopback" example code. I am trying to transmit CAN message using board and trying to capture that on CAN Analyzer.

1. My understanding is that by calling function " CANBitRateSet(CANB_BASE, 200000000, 500000); " it is setting that BitRate 500kbps . If so, But on Analyzer, if I set the BitRate at 500kbps No message has been received..

But once I had changed it into 250Kbps on CAN Analyzer  it worked fine But data is currupting with the 500kbps. Please help to use this function correctly or this is the function problem?
2. As I need to use the 125kbps bitrate for the application  but is is not working with CAN analyzer with 125kbps setting , as I had made function call as " CANBitRateSet(CANB_BASE, 200000000, 125000); " ,

 Kindly help and provide the solution.