Hardware implementation of LIN bus using USART1 on STM32L562 MCU
First time designing for ST microcontrollers, so I thank you for your patience.
I see by the datasheet that USART1 can be used as a LIN bus directly without a LIN bus transceiver, but I can't find any examples of how the hardware is implemented when that's set up. My assumption is that I need a 1kohm pull up to Vcc on the master and a weaker pull up on the slaves, connected to USART1_TX and leaving USART1_RX floating.
Is this accurate? If not, how do I use the LIN bus peripherals on the STM32L5 series?
