cancel
Showing results for 
Search instead for 
Did you mean: 

How to Implement LIN Protocol & RS485 Protocol in STM32

RJANA.2
Associate III

Can anyone share related docs

1 ACCEPTED SOLUTION

Accepted Solutions
Peter BENSCH
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
Peter BENSCH
ST Employee

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

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.