fix(adc): fix wrong adc periph num on C2/P4

This commit is contained in:
gaoxu
2025-07-14 08:33:18 +08:00
parent 3519fbd30b
commit bc84e7fc99
3 changed files with 12 additions and 15 deletions

View File

@@ -268,32 +268,32 @@ The table below provides more information on pin usage, and please note the comm
-
* - GPIO49
- ADC1_CH8
- ADC2_CH0
-
-
* - GPIO50
- ADC1_CH9
- ADC2_CH1
-
-
* - GPIO51
- ADC1_CH10, ANA_CMPR_CH0 reference voltage
- ADC2_CH2, ANA_CMPR_CH0 reference voltage
-
-
* - GPIO52
- ADC1_CH11, ANA_CMPR_CH0 input (non-inverting)
- ADC2_CH3, ANA_CMPR_CH0 input (non-inverting)
-
-
* - GPIO53
- ADC1_CH12, ANA_CMPR_CH1 reference voltage
- ADC2_CH4, ANA_CMPR_CH1 reference voltage
-
-
* - GPIO54
- ADC1_CH13, ANA_CMPR_CH1 input (non-inverting)
- ADC2_CH5, ANA_CMPR_CH1 input (non-inverting)
-
-