2023-12-28 01:55 AM - edited 2023-12-28 01:56 AM
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:15 AM - edited 2023-12-29 01:20 AM
Hello @ENGIN TANRIKULU
As said @TDK PA3 and PC5 are separate pins on the MCU. But on the NUCLEO-G474RE, both pin 37 and pin 6 of the 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-28 06:12 AM
PA3 and PC5 are separate pins. There is no problem using one as ADC and one as GPIO.
2023-12-28 07:14 AM
When I checked with a multimeter, I confirmed that it went to the same pin. ADC_IN4 and IO are affected when I use it in input mode.
2023-12-28 08:23 AM
Is this a custom board? Maybe you have a short.
2023-12-28 09:30 PM - edited 2023-12-28 10:59 PM
No, I checked it on two different Nucleo cards without using a special card.
2023-12-29 01:15 AM - edited 2023-12-29 01:20 AM
Hello @ENGIN TANRIKULU
As said @TDK PA3 and PC5 are separate pins on the MCU. But on the NUCLEO-G474RE, both pin 37 and pin 6 of the 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.