Difference between revisions of "CH32V307 ADC"
Jump to navigation
Jump to search
m (Lth moved page CH32V307-ADC to CH32V307 ADC) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:CH32]][[Category:RISC-V]][[Category:CH32V307]][[Category:MCU]]{{metadesc|CH32V307xx RISC-V | + | [[Category:CH32]][[Category:RISC-V]][[Category:CH32V307]][[Category:MCU]]{{metadesc|CH32V307xx RISC-V using the ADC peripherals}} |
Two 12-bit ADCs with 16 channel MUX, capable of 1Msample/sec. Additional to the 16 channel of external measurements, two internal measurements can be made, namely internal reference power and die temperature. | Two 12-bit ADCs with 16 channel MUX, capable of 1Msample/sec. Additional to the 16 channel of external measurements, two internal measurements can be made, namely internal reference power and die temperature. | ||
− | == | + | == Examples == |
+ | |||
+ | === Manual Trigger === | ||
+ | |||
+ | The simplest way to use the ADC is to manually trigger the analog to digital conversion whenever needed. | ||
+ | |||
+ | == Miscellaneous Links == | ||
+ | |||
+ | * [https://github.com/lbthomsen/CH32V307V-EVT-R1/tree/master/adc_single_manual Single ADC Channel w. manual trigger example] |
Latest revision as of 04:42, 23 July 2022
Two 12-bit ADCs with 16 channel MUX, capable of 1Msample/sec. Additional to the 16 channel of external measurements, two internal measurements can be made, namely internal reference power and die temperature.
Examples
Manual Trigger
The simplest way to use the ADC is to manually trigger the analog to digital conversion whenever needed.