Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moonglow/vector_can
:dragon: Vector VN1610 protocol implementation for cheap STM32F4 hardware
https://github.com/moonglow/vector_can
busmaster can canalyzer stm32 usb2can vector vn1610
Last synced: 3 months ago
JSON representation
:dragon: Vector VN1610 protocol implementation for cheap STM32F4 hardware
- Host: GitHub
- URL: https://github.com/moonglow/vector_can
- Owner: moonglow
- License: wtfpl
- Created: 2021-10-13T07:36:06.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T15:00:34.000Z (over 2 years ago)
- Last Synced: 2024-04-18T19:36:54.397Z (7 months ago)
- Topics: busmaster, can, canalyzer, stm32, usb2can, vector, vn1610
- Homepage:
- Size: 4.88 KB
- Stars: 34
- Watchers: 6
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-canbus - vector_can - Vector VN1610 protocol implementation for cheap STM32F407/405 hardware (Two CAN channel). (Hardware / ARM)
README
# VN1610 firmware for STM32F4 based boards
Target hardware:
* Any STM32F407/405 based boards with 8MHz oscillatorPinout:
|PIN/PINS|DESCRIPTION|
| ------ | ------ |
|PC10|STATUS LED|
|PA2/PA3|TX/RX CAN1 LED|
|PC6/PC7|TX/RX CAN2 LED|
|PB8/PB9|CAN1 RX/TX|
|PB5/PB6|CAN2 RX/TX|
|PB14/PB15|USB DM/DP|Features:
- Two channel USB<->CAN adapter
- Supports by XL-Driver-Library
- Supports by BusMasterLimits:
- For education purpose only
- No license inside ( do not ask about it )
- No FDCAN due hardware limitation
- Some protocol specific messages not implemented yet
- Be sure to use **PB14/PB15** pins for USBDownload:
- [Release page](https://github.com/moonglow/vector_can/releases/latest)License
----WTFPL