STM32 and LIN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-09 3: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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-13 1:18 AM
Thanks for your response.
I build my own LIN stack. I thought it would be harder to develop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-09 3: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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-09 3: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2018-02-13 1:18 AM
Thanks for your response.
I build my own LIN stack. I thought it would be harder to develop.
