-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
Per the following procedure, one should write to GPPUD to remove the control signal:
raspberry-pi-os/docs/lesson01/rpi-os.md
Line 345 in 31fc148
5. Write to GPPUD to remove the control signal |
However, there has only the following operation at the epilogue:
raspberry-pi-os/docs/lesson01/rpi-os.md
Line 356 in 31fc148
put32(GPPUDCLK0,0); |
Do we need to add put32(GPPUD,0);
at the epilogue to remove the control signal?
Metadata
Metadata
Assignees
Labels
No labels