Skip to main content
Associate III
October 11, 2023
Solved

STM32f4291-DISC1 ADC

  • October 11, 2023
  • 1 reply
  • 940 views

I'm using ADC1 in stm32f429-DISC1 board but the PA2 pin that I'm using for one of my channels is not giving the correct values compared with other pins of different channels.

PA0 gives 900 as peak value whereas PA2 giving 150 for the same signal.

This topic has been closed for replies.
Best answer by waclawek.jan

The 'F429 Disco is not the ideal platform for experimenting on all the mcu pins - for that, use a Nucleo. The onboard circuits take up quite a couple of pins.

In particular, PA2 is connected to the INT2 output of the MEMS gyro chip, and there's no jumper/solder bridge on that signal, i.e. it's unusable for analog input.

JW

1 reply

waclawek.jan
waclawek.janBest answer
Super User
October 11, 2023

The 'F429 Disco is not the ideal platform for experimenting on all the mcu pins - for that, use a Nucleo. The onboard circuits take up quite a couple of pins.

In particular, PA2 is connected to the INT2 output of the MEMS gyro chip, and there's no jumper/solder bridge on that signal, i.e. it's unusable for analog input.

JW