-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Controller Area Network (CAN) #103
Comments
I've not worked with CAN before, and I haven't heard of anyone working on a Rust-based CAN driver for these processors. I'm happy to support an i.MX RT CAN driver's development, then maintain it here. Here's a quick summary of CAN support across the i.MX RT processor families. Let me know if we see a discrepancy.
We could implement |
I have a CANFD only implementation written for the Teensy. It's pretty application specific to what I'm doing with it, and |
I too would love this. I plan on using a Teensy 4.0 as a Transmission ECU for this project, and want to use Rust rather than C++. However, my TCM only uses standard 500kbps CAN 1.0 rather than CAN-FD or CAN-2.0. I might try and get an implementation working some time in the next couple weeks. |
I have some decent experience with CAN, and specifically with the 1064, but only in C. I'd like experience with Rust. I could maybe be of some help here. If nothing else, I'm open to offering some support? |
Here you can find CAN implementation example in Rust. https://github.com/stm32-rs/bxcan |
Hi,
Wondering if anyone has ventured into the Controller Area Network (CAN) space?
Thanks,
The text was updated successfully, but these errors were encountered: