can line communication of stm32 common errors

catalogue preface Specific manifestations of can line problem: Software problems: 1. Speed 2. Pin 3. Interrupt callback summary preface After studying stm32 for a period of time, I have summarized some common problems. This article mainly writes about the problems encountered on the can line. Specific manifestations of ...

Posted by gerrydewar on Thu, 17 Feb 2022 22:42:49 +0100

STM32 learning from scratch -- detailed explanation of CAN communication code

STM32 learning from scratch @EnzoReventon Detailed explanation of CAN communication code Related links: STM32 learning from scratch - physical layer of CAN communication protocol CAN bus specification v2 0 version Introduction to CAN bus Zhou Ligong - Chinese version of CAN protocol reference material: [wildfire EmbedFire] practical guide f ...

Posted by kante on Wed, 09 Feb 2022 22:35:14 +0100

Learn CAN Series in simple terms - understand CAPL programming language

preface The last article introduced how to Create CANoe project , you need to read this article before you can understand the whole project, including key information such as nodes, messages and signals. The focus of this paper is to analyze how the CAPL language of each node in the project is written. The main purpose is to understand the im ...

Posted by colemanm on Sat, 25 Dec 2021 09:35:11 +0100

STM32 CANFD Basics

catalogue Which STM32 have CANFD peripheralsReference documentsCAN-FD characteristicsCAN-FD formatCAN 2.0 VS CAN-FDSTM32 FDCAN peripheral characteristicsBit time and sampling pointMessage RAMFilter settingsRx FIFORx Buffer VS Rx FIFOTx Buffer, Tx FIFO, Tx QueueOperation modeTransceiver delay compensation TDCClock calibrationLow power modeU ...

Posted by drcphd on Mon, 01 Nov 2021 17:04:02 +0100