Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/timsonater/stm32-CAN-bus-example-HAL-API
- Owner: timsonater
- Created: 2019-01-09T21:15:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T21:56:44.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T18:53:19.512Z (about 1 month ago)
- Language: C
- Size: 8.79 KB
- Stars: 41
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-canbus - stm32-CAN-bus-example-HAL-API - A simple example of CAN bus communications between two STM32 microcontrollers using the updated HAL API functions. (Hardware / ARM)
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.