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
We are currently trying to use your crate to send/receive FDCAN frame, with bitrate_switch enabled, using a NUCLEO-H7A3ZI-Q board (it is a STM32H7A3ZI on it).
The standard CAN and the FDCAN (with no BRS) seem to work well, but we could not get to make BRS working.
We do not know where the issue come from, neither if the issue come from the crate.
Did someone try and succeed to send/receive FDCAN (BRS enabled) frame ?
Thanks !
The text was updated successfully, but these errors were encountered:
I made an example of CAN-FD with BRS working on a development board. However I only tested it in loopback mode with a logic analyser, not with another real device. You can find it here
It would be interesting to know if this example works for you. Maybe there are still bugs, and the differences in your tests might show what these are.
Hi !
We are currently trying to use your crate to send/receive FDCAN frame, with bitrate_switch enabled, using a NUCLEO-H7A3ZI-Q board (it is a STM32H7A3ZI on it).
The standard CAN and the FDCAN (with no BRS) seem to work well, but we could not get to make BRS working.
We do not know where the issue come from, neither if the issue come from the crate.
Did someone try and succeed to send/receive FDCAN (BRS enabled) frame ?
Thanks !
The text was updated successfully, but these errors were encountered: