Skip to content

Commit faf1b10

Browse files
djiatsaf-stkartben
authored andcommitted
tests: drivers: adc: adc_api: increase adc prescaler
increase value of the adc-prescaler to avoid ADC overrun. adc driver related error log: "E: ADC overrun error occurred ..." Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
1 parent 7179ef5 commit faf1b10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/drivers/adc/adc_api/boards/nucleo_f746zg.overlay

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
dma-names = "dma";
1818

1919
pinctrl-0 = <&adc1_in0_pa0 &adc1_in3_pa3>;
20+
st,adc-prescaler = <4>;
2021
#address-cells = <1>;
2122
#size-cells = <0>;
2223

0 commit comments

Comments
 (0)