-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Found this nasty thing with the G4 stm32-rs/stm32g4xx-hal#180 not sure if the same thing applies for the H5 aswell. If so, then things like GPIOx.split_without_reset
might be affected.
The issue for the G4 is that a delay of 1(or maybe 2?) clock cycles after RCC enable on a peripheral before trying to access its registers. From what I understand a reset just so happens to have enough of a delay as a side effect which makes enable -> reset -> access register
work fine.
Throwing it out there just in case. Feel free to close :)
Metadata
Metadata
Assignees
Labels
No labels