You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is CAN bus communications something that is supported in rust on Cortex M? Any getting started tips/links?
All I'm finding in Google is based on Linux/SocketCAN. I can't imagine I'm the first to have this need?
Apologies if this is not the appropriate channel, I've recently fallen in love with Rust and am venturing into new territories... C is a dinosaur that needs to be turned into oil :)
The text was updated successfully, but these errors were encountered:
The cortex-m crate only covers the Cortex-M core peripherals, while CAN peripherals would be vendor-specific. So you're asking in the wrong project :-)
In addition, there might already be HAL APIs that support CAN for a specific chip. I can't think of any off the top of my head though, but maybe you can find something in the stm32-rs organization.
Is CAN bus communications something that is supported in rust on Cortex M? Any getting started tips/links?
All I'm finding in Google is based on Linux/SocketCAN. I can't imagine I'm the first to have this need?
Apologies if this is not the appropriate channel, I've recently fallen in love with Rust and am venturing into new territories... C is a dinosaur that needs to be turned into oil :)
The text was updated successfully, but these errors were encountered: