Difference between revisions of "CH32V307 ADC"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
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.