-
Notifications
You must be signed in to change notification settings - Fork 2k
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
fail to send data to can bus #12371
Comments
Hello jhx2002, did you add a CAN Termination? the Tranceiver cannot send something on the physical bus without a 60 Ohm termination. |
Yes I did, I add 120 Ohm termination. |
@jhx2002 did you check the configuration of your transceiver (most transceivers have a low power mode where they don't emit anything)? Is there another node up on the bus that can acknowledge the frames (if frames are not acknowledged, the controller will try to re-emit endlessly)? |
There is a can-analyzer on the bus, analyzer did not receive frame. |
@jhx2002 Many CAN analyzers do not send acks on the bus so for a communication you need a second CAN device. Please provide a schematic of your implementation and detailed configuration of your settings in the micro controller. |
@jhx2002, is this still an issue for you? |
Sorry I have no time to trace this issue recently. I'm not sure. |
Two year old issue that has been added and removed from Release milestones over and over again without any more input. Can this be closed? Since it was most likely a setup-problem and not a driver issue. Also: the CAN system in RIOT has changed quite substantially since then. |
there is no regular wave on CANH or CANL pin of transceiver .
The text was updated successfully, but these errors were encountered: