Commit 2e7e5c1
authored
Enable *and* reset gpio in split method (#182)
Rcc enable *and* reset gpio in split method.
Calling `reset` as well ensures that enough time has passed between `enable` and the first register access to the peripheral. Failing to do this might lead to very hard to debug issues, see #180.1 parent 116e6d6 commit 2e7e5c1
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
| |||
0 commit comments