Hello team,
I am trying to implement autobaud in MSPM0L1306 for the LIN Protocol. Can anyone please help regarding this? If you could provide any examples for autobaud, it would be more helpful for us
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.
Hello team,
I am trying to implement autobaud in MSPM0L1306 for the LIN Protocol. Can anyone please help regarding this? If you could provide any examples for autobaud, it would be more helpful for us
Hi Santhosh,
Sorry I am afraid that there is no example for LIN autobaud. For now the library does not support this feature.
Thanks,
Yuhao
Hi Yuhao,
Thank you so much for the reply
Can you please help? Is there any alternative solution for auto-baud connection?
Hi Santhosh,
Since the hardware does not support this feature, you can consider software solution.
But for now we don't have such demo.
Thanks,
Yuhao
Hi Yuhao,
Thank you for your reply
How can a software solution be implemented? Any ideas?
Hi Santhosh,
I can ask our software team, but please note that we don't have a solution available yet。
Thanks,
Yuhao
Hi Yuhao,
Thank you for reply
,
I have observed the reference manual for the software solution, but I'm unsure where to start regarding Section 14.2.3.6, which covers Local Interconnect Network (LIN) Support.
If your software team could assist us, it would be more helpful.
MSPM0 L-series Reference Manual.pdf
I have attached the manual for your reference
Hi Santhosh,
I just checked with our software team. If you are urgent, we would recommend you to start with the current LIN demo (here).
The demo is using the UART counters to measure the BREAK and SYNC. It currently only validates the SYNC, but the measurement can be used to adjust the baudrate. This is explained in TRM:
And we truly have plans for autobaud, which may be implemented in later SDK.
Thanks,
Yuhao
Hi Yuhao,
Thank you so much. Let me check with the responder example code. When can we expect the new SDK with autobaud?
Hi Yuhao,
Could you please help me with some calculations? I have 5 segments of gBitTimes[gNumCycles].posEdge and gBitTimes[gNumCycles].negEdge it is from the LIN Responder code. I've been trying to calculate the baud rate, but I'm having difficulty. Could you please assist me with this ASAP