I need product recomendation using LIN protocol
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-05-29 7:56 PM - last edited on ‎2024-07-19 6:57 AM by mƎALLEm
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.
- Labels:
-
UART-USART
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 6: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 6:20 AM
You will need a transreceiver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-07-19 6: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.
