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

Dangerous pins #2

Open
swiftgeek opened this issue Feb 27, 2023 · 0 comments
Open

Dangerous pins #2

swiftgeek opened this issue Feb 27, 2023 · 0 comments

Comments

@swiftgeek
Copy link
Owner

swiftgeek commented Feb 27, 2023

Dangerous pins connected to straight into some rail, that could be fried very easily when misconfigured:

  • RS1 - Pin25 (WTF1 signal) - 0Ω link to GND!
    • It's probably better to replace it with a high value resistor before testing alt firmware
  • columns, when rows are driven (or other way around). Two possibilities exist here:
    • GPIOs don't have true "1" state - "0" (GND) path is low impedance but "1" has relatively high impedance acting more like a pull-up (like older MCUs from sinowealth)
    • GPIOs have true low impedance "1" state, and separate configurable pull-up (like newer SH68F90)
  • VDP/ USB D+ is connected directly to two pins

Since SH68F88 headers mention PxPCR registers, we have a true GPIO here (like SH68F90)!


Safe pins:

  • CAPSLOCK (LED) - unknown register
  • NUMLOCK (LED) - unknown register
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

1 participant