2013-11-07 07:50 AM
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
2014-03-07 03:29 AM
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!