2023-12-28 11:14 PM
Hello,
STM32G474RE is the processor model I use.
I read ADC from pin PA3 and I read IO from pin PC5. So whether these pins are common pins in the processor hardware? How can I separate these two pins from each other?
Solved! Go to Solution.
2023-12-29 01:50 AM
To do that, you have to follow the Solder bridge configuration described in row 2 of the table 11 of the UM2505.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-12-29 01:20 AM
Hello @ENGIN TANRIKULU
PA3 and PC5 are separate pins on the MCU. But on the NUCLEO-G474RE, both pin 37 and pin 6 of CN10 are connected to PC5. To connect the pin 37 to PA3, you should configure the solder bridge as described on the Table 11 of the UM2505.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-12-29 01:41 AM
hi,
I want to use ADC as pin 37 of CN10 and GPIO as pin 6 of CN10. I don't want there to be any connection between them. How can I?
2023-12-29 01:50 AM
To do that, you have to follow the Solder bridge configuration described in row 2 of the table 11 of the UM2505.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2023-12-29 05:25 AM
2023-12-29 06:26 AM
Duplicate:
https://community.st.com/t5/stm32-mcus-embedded-software/stm32g474re-pa3-pc5-pin/td-p/623415