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

Circuit Diagram for PM Board: Incorrect pinouts #3

Open
bryn51 opened this issue Nov 14, 2021 · 0 comments
Open

Circuit Diagram for PM Board: Incorrect pinouts #3

bryn51 opened this issue Nov 14, 2021 · 0 comments

Comments

@bryn51
Copy link

bryn51 commented Nov 14, 2021

The schematic diagram depicting PM Board (Sheet 1) appears to incorrectly depict pinouts for the SAMD21G device.

The pin numbering shown sequentially on the periphery of the device rectangle pins do not reflect the PINS used for pinMode commands in the firmware code.
Specifically the following errors were found:
Label: schematic PIN #. PIN Number for pinMODE
GPIO0. 21 22
GPIO1. 22 38
RX0. 28 34
TX0. 27 36
ADC0. 9 17
ADC1. 10 18
ADC2 47 19
ADC3. 3 14

I grant that the schematic PIN agrees with Microchip Datasheet DS40001882F - Page 30 and 31
however it seems that physical Pin numbering and logical PIN Numbering have a hidden scrambling
and it is far more useful to depict PIN Numbering used in actual programming code; or otherwise point to a disambiguation reference in the documentation.

@bryn51 bryn51 changed the title Circuit Diagram for PM Boar : Incorrect pinouts Circuit Diagram for PM Board: Incorrect pinouts Nov 14, 2021
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