-
Notifications
You must be signed in to change notification settings - Fork 3k
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
CAN: fix slave CAN start filter bank setup #14612
Conversation
@cindyli-13, thank you for your changes. |
@ARMmbed/team-st-mcd Please review |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Sorry for long delay... |
After more checks, answer is no... |
@jeromecoutant You can find more information in the referenced CAN PR if that helps |
@jeromecouant My patch will dedicate filters 0-13 for CAN instance 1 and filters 14-27 for CAN instance 2, so I think for single CAN cases only filters 0-13 can be used. |
Summary of changes
Fixes a bug for STM devices that make use of dual CAN instances where the slave start filter bank is not set correctly. Previously, filters cannot be set for the slave CAN instance since the slave start filter bank is always set to a higher index than the filter bank to be configured. See #14596 for full description.
Impact of changes
Migration actions required
Documentation
None
Pull request type
Test results
Reviewers