-
Notifications
You must be signed in to change notification settings - Fork 56
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
Question: Where is the correct assignment of ADC1_IN7 in CH32V003F4P6? #153
Comments
Looking at the pinout diagram of the F4P6,
I haven't done any ADC tests on those pins yet, but did use digitalWrite to know for sure that on the TSSOP-20 pin 1 is PD4. I also believe there are no pins PA4 or PA6 on the F4P6. |
Thank you for your response.
I was not aware of PD_6 mistake....
I will test the ADC once the prototype-PCB is complete. |
Apply maxint-rd's suggestion: openwch#153 (comment)
Hello.
I'm currently designing an application board (hobby use) using CH32V003F4P6.
I have researched three documents to verify the pin assignments:
A question arose here. In the datasheet and variant_CH32V003F4.cpp, ADC1_IN7(A7) is assigned to PD4. However, PeripheralPins.c lists it as PA4.
(Note: According to the datasheet, only PA1 and PA2 exist for PORT-A.)
Can you please tell me if this is just a typo or if it is not used in the specification?
Thank you.
The text was updated successfully, but these errors were encountered: