cancel
Showing results for 
Search instead for 
Did you mean: 

Stm32 LIN driver

totti001
Associate II
Posted on November 07, 2013 at 16:50

Hello everybody.

I need to use LIN communication with stm32 mikrocontroller. I see the std lib have function for lin communication, but the comments in the usart.c file is strange. The lin communication use standard usart frames with 8 data bit, 1 stop bit and no parity bit, I think. But the comment say that:

Program the Baud rate, Word length = 8bits, Stop bits = 1bit, Parity, 
Mode transmitter or Mode receiver and hardware flow control values using 
the USART_Init() function.

Anybody have working code for LIN communication in stm32 controller? Thank you #lin-stm32f4
1 REPLY 1
admin
Associate
Posted on March 07, 2014 at 12:29

Hi,

I am also looking for a solution to realize a LIN-Bus-Master with the stm32F4.

Did you manage it?  

Thank you for any hint!