Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timsonater/stm32-CAN-bus-example-HAL-API

A simple example of CAN bus communications between two STM32 microcontrollers using the updated HAL API functions.
https://github.com/timsonater/stm32-CAN-bus-example-HAL-API

Last synced: 27 days ago
JSON representation

A simple example of CAN bus communications between two STM32 microcontrollers using the updated HAL API functions.

Awesome Lists containing this project

README

        

# stm32-CAN-bus-example-HAL-API
A simple example of CAN bus communications between two STM32 microcontrollers using the updated HAL API functions.
_______________________________________________________________________________________________________________________________
Commented code of the main.c file and stm32f4xx_it.c interrupt file to go along with this video:
https://www.youtube.com/watch?v=ymD3F0h-ilE&t=924s
_______________________________________________________________________________________________________________________________
Disclaimer: This code is not mine. I simply copied, uploaded, and commented it for others convenience.