Skip to content
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

Possible missing of GPPUD control signal removal #259

Open
foxhoundsk opened this issue Apr 7, 2023 · 1 comment
Open

Possible missing of GPPUD control signal removal #259

foxhoundsk opened this issue Apr 7, 2023 · 1 comment

Comments

@foxhoundsk
Copy link

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:

put32(GPPUDCLK0,0);

Do we need to add put32(GPPUD,0); at the epilogue to remove the control signal?

@seusher
Copy link

seusher commented Apr 30, 2023

Technically the docs say that this needs to be done, but because the code doesn't rely on pull-up or pull-down, it already sets GPPUD to 00, which represents Off – disable pull-up/down, so there isn't any need to update the value again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants