STM32 Blue Pill CAN Communication in Loopback Mode – A Register-Level Implementation

In my previous blog post, I covered the fundamental concepts of the CAN bus protocol. If you haven’t had the chance to read it yet, I suggest doing so as it will enhance your understanding of how the CAN bus operates within the STM32 Blue Pill and offer valuable tips for debugging the CAN bus … Read more

Mastering Controlled Area Networks (CAN): A Comprehensive Overview

CAN is a popular robust standard designed to communicate between the micro-controller without any help of a computer in the automotive domain. This was developed by Bosch in 1980. But now this is used in many other areas like industrial automation, medical equipment etc. Every microcontroller or entity that is supposed to send or receive … Read more