Per the following procedure, one should write to GPPUD to remove the control signal:
|
5. Write to GPPUD to remove the control signal |
However, there has only the following operation at the epilogue:
Do we need to add put32(GPPUD,0); at the epilogue to remove the control signal?
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
However, there has only the following operation at the epilogue:
raspberry-pi-os/docs/lesson01/rpi-os.md
Line 356 in 31fc148
Do we need to add
put32(GPPUD,0);at the epilogue to remove the control signal?