# STM32F103_LINBUS **Repository Path**: tematou/STM32F103_LINBUS ## Basic Information - **Project Name**: STM32F103_LINBUS - **Description**: Example code to use LINBUS - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-12-10 - **Last Updated**: 2025-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # STM32F103_LINBUS Example code to use LINBUS void USART3_IRQHandler(void) will be called when LIN break is detected on LINBUS. After that we read two fealds, one will be sync, other identifier. If identifier is correct we will send message and calculate CRC of data. So we send DATA[8]+CRC. LIN is running at 19200Bps with TPIC1021AQDRQ1 Tranciever IC.