Question
Stm32 LIN driver
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