Skip to main content
Visitor II
May 30, 2024
Solved

I need product recomendation using LIN protocol

  • May 30, 2024
  • 2 replies
  • 925 views

 

Hello. i'm trying to controll actuator by lin protocol.

Which mcu is fit for me?

and what i have to perchase more things?

(for example, lin transceiver is need nor not, 1 more mcu for master-slave configuration)

and which software i can use for it?

and i wanna control actuators using on/off button.

i can control button by lin protocol too?

    This topic has been closed for replies.
    Best answer by mƎALLEm

    Hello,

    It depends on how to plan to use the MCU in your application and USART in STM32 features LIN mode.

    For example, you can select STM32F031 MCU an entry level product that has one SUART instance (USART1) that features LIN mode. According to STM32F031 datasheet:

    SofLit_0-1721397242843.png

    And yes you need a transceiver for LIN communication.

     

    2 replies

    mƎALLEmAnswer
    Technical Moderator
    July 19, 2024

    Hello,

    It depends on how to plan to use the MCU in your application and USART in STM32 features LIN mode.

    For example, you can select STM32F031 MCU an entry level product that has one SUART instance (USART1) that features LIN mode. According to STM32F031 datasheet:

    SofLit_0-1721397242843.png

    And yes you need a transceiver for LIN communication.