-
Notifications
You must be signed in to change notification settings - Fork 1
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
SW Module HAL_CAN #11
Comments
#5 @mariuscrsn Transmission and receive functions, check name arguments and type of arguments (output should be pointers) |
Issues in CAN STM configuration. Sending functions are now functional. Not reciving. In scope signals are OK, but some peripheral configuration is not correct. @iuliaaan : Check testboard (needed jumpers configuration...) @mariuscrsn is going to help today. More updates tomorrow. Moved to Week 22. |
To be able to receive messages in CAN is mandatory to configure an acceptance filter.
The masks has a negative logic, if the set value is a 0 in the mask that bit it will get it no matter what is the value, however if a 1 is set, that bit will have to be the same as the one in the identifier specified. |
#5 @mariuscrsn The final interface for the functions developed for HAL CAN are the following:
The function HAL_CanFilters implements a mask filter. |
Module functionalities
The text was updated successfully, but these errors were encountered: