-
Notifications
You must be signed in to change notification settings - Fork 106
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
Added IWDT implementation #376
Conversation
Lol, so the CI decided to have an error... I think everything is correct now |
I re-ran the CI :) The IWDG peripheral is present on all the H7 sub-families. Can this HAL implementation be used with all the sub-families? In any case I would remove the cfg guards from the example. |
Just tried building it, looks like the PAC is broken for the rm0468 sub-family but ok for the other three (rm0433, rm0399, rm0455) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested on a STM32H7A3 Nucleo board, and it works for me. Thanks @diondokter !
bors r+
Oh sweet! You finished it 😁 |
I had this still lying around.
Updated it a bit