Stm32 LIN driver
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2013-11-07 7:50 AM
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
Labels:
- Labels:
-
STM32F4 Series
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-03-07 3:29 AM
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!