2024-05-29 07:56 PM - last edited on 2024-07-19 06:57 AM by SofLit
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?
Solved! Go to Solution.
2024-07-19 06:55 AM - edited 2024-07-24 12:41 AM
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:
And yes you need a transceiver for LIN communication.
2024-07-19 06:20 AM
You will need a transreceiver.
2024-07-19 06:55 AM - edited 2024-07-24 12:41 AM
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:
And yes you need a transceiver for LIN communication.