How to Implement LIN Protocol & RS485 Protocol in STM32
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-17 11:14 PM
Can anyone share related docs
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-18 12:20 AM
LIN is usually used in the automotive sector, which usually requires corresponding approvals. Nevertheless, the USART of the STM32 are LIN compatible, so they can be used for LIN in industrial applications if a LIN PHY is connected.
RS485 is not a protocol, but a physical layer for data exchange. The RS485 transceivers are connected to normal UART.
Regards
/Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-11-18 12:20 AM
LIN is usually used in the automotive sector, which usually requires corresponding approvals. Nevertheless, the USART of the STM32 are LIN compatible, so they can be used for LIN in industrial applications if a LIN PHY is connected.
RS485 is not a protocol, but a physical layer for data exchange. The RS485 transceivers are connected to normal UART.
Regards
/Peter
