fix(adc_test): correct ADC reference configuration

- Revert ADC_GAIN to ADC_GAIN_1 due to driver limitation.
- Revert ADC_REF to ADC_REF_INTERNAL due to driver limitation.
- Set zephyr,vref-mv to 3300 to match observed hardware behavior.
This commit is contained in:
Eduard Iten 2025-07-06 10:24:37 +02:00
parent 2cc258e8e2
commit a2afec52e2
1 changed files with 1 additions and 1 deletions

View File

@ -28,4 +28,4 @@
adc1_in1_pa0: adc1_in1_pa0 { adc1_in1_pa0: adc1_in1_pa0 {
pinmux = <STM32_PINMUX('A', 0, ANALOG)>; pinmux = <STM32_PINMUX('A', 0, ANALOG)>;
}; };
}; };