2018-02-09 03:11 AM
Hi,
Did someone work on implementing a LIN communication with a STM32?
I can't find code example on ST.
A.
Solved! Go to Solution.
2018-02-13 01:18 AM
Thanks for your response.
I build my own LIN stack. I thought it would be harder to develop.
2018-02-09 03:39 AM
I don't know any.
LIN is widespread in the automotive industry, which is not commonly known for a willingness to share.
Perhaps drop the 'STM32' from the search string...
2018-02-09 03:47 AM
Hello,
STM32 MCUs support LIN in hardware layer. USART interfaces are equipped with features, that allow to implement LIN communication. These are LIN master synchronous break send capability and LIN slave break detection capability.
However according to my knowledge ST doesn't provide a software package for LIN.
Complete LIN solution is available for STM8 MCUs, as some of them (STMA series) have automotive grade. This package is named
http://www.st.com/en/embedded-software/stsw-stm8a-lin.html
.Regards
Szymon
2018-02-13 01:18 AM
Thanks for your response.
I build my own LIN stack. I thought it would be harder to develop.