-
Notifications
You must be signed in to change notification settings - Fork 14
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
Interrupts/registers do not match the H7 datasheet #11
Comments
These are differences in the STM32H7 / STM32MP1 FDCAN controller that aren't captured by the feature gates. Thanks for listing these two - have you found any more? |
So for not, but I'm sure there are more. |
Fixed by #14
I think that should be fixed in the H7 HAL implementation, specifically here |
The block reference manual (RM0433) lists different interrupts and registers than the current driver expects.
Found so far:
FDCAN_IE
is different than what src/interrupt.rs lists.The text was updated successfully, but these errors were encountered: