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
Hi! I'm attempting to diagnose a FAIL on Fdcan.transmit() after a few successful transmissions. The docs list it as a Rusult with Infallible type. It is failing, so I'm not sure what this means in context. The trigger for the failure is also using USB, which is probably not supported due to shared message ram.
The text was updated successfully, but these errors were encountered:
Hi! I'm attempting to diagnose a FAIL on
Fdcan.transmit()
after a few successful transmissions. The docs list it as a Rusult withInfallible
type. It is failing, so I'm not sure what this means in context. The trigger for the failure is also using USB, which is probably not supported due to shared message ram.The text was updated successfully, but these errors were encountered: