-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
not driver found in can bus samples for olimexino_stm32 #22452
Comments
I don't have hardware to test but CAN support on olimexino_stm32 is enabled since 2302d26. Maybe @alexanderwachter you can comment on this ? |
@boonpin1975 Can you turn on the debug log-level for the CAN driver and send the logs? |
@boonpin1975 don't forget to connect the board to a CANbus that is terminated. |
Are you on the latest master? I just built it and the labels seem to be generated correctly. Unfortunately, I don't have a board to test. |
the version is 2.1.99 . I can build the example but it can not loaded the CAN driver when connected to komodo can analyzer |
@walzert can you check if the tip of master works on your setup? |
@alexanderwachter will do that tomorrow. |
@boonpin1975 did you get your board working? |
No response from issuer since two weeks. |
I have same problem,I open the can Log,and it's seems because it's doesn't get 11 recessive bits on the bus to leave sleep mode |
Can you open a new issue? Please provide as much as possible information on your environment and application. |
is the canbus supported for olimexino_stm32 ?
reproduce :
west build -b olimexino_stm32 samples/drivers/CAN
console output :
uart:~$ �*** Booting Zephyr OS build zephyr-v2.1.0-1628-gb45b1e393c95 ***
CAN: Device driver not found.
uart:
$ canbus$canbus - CAN commands
Subcommands:
send :Send a CAN frame.
Usage: send device_name [-re] id [byte_1 byte_2 ...]
-r Remote transmission request
-e Extended address
attach :Attach a message filter and print those messages.
Usage: attach device_name [-re] id [mask [-r]]
-r Remote transmission request
-e Extended address
detach :Detach the filter and stop receiving those messages
Usage: detach device_name filter_id
uart:
The text was updated successfully, but these errors were encountered: