2026-05-14 11:33 PM - last edited on 2026-05-15 2:57 AM by Andrew Neil
Title edited to reflect that this relates specifically to the NUCLEO-G070RB board.
NUCLEO-G070RB in this board ADC channel 0,1 working ,other ADC channel not working is they any reason?
Solved! Go to Solution.
2026-05-15 12:42 AM
Welcome @Chinna651302, to the community!
If you look at the schematics of the NUCLEO_G070RB, you will see that the associated pins PA2, PA3 and P5 are already in use, but ADC_IN4 = PA4 is free and should therefore work as an ADC input. Unfortunately, no alternative pins are available for the ADC inputs, so on the NUCLEO you cannot use ADC_IN2, ADC_IN3 and ADC_IN5 without changing the components that are already connected.
Hope that helps?
Regards
/Peter
2026-05-15 12:42 AM
Welcome @Chinna651302, to the community!
If you look at the schematics of the NUCLEO_G070RB, you will see that the associated pins PA2, PA3 and P5 are already in use, but ADC_IN4 = PA4 is free and should therefore work as an ADC input. Unfortunately, no alternative pins are available for the ADC inputs, so on the NUCLEO you cannot use ADC_IN2, ADC_IN3 and ADC_IN5 without changing the components that are already connected.
Hope that helps?
Regards
/Peter
2026-05-15 2:30 AM
Hello @Peter BENSCH ,