Difference between revisions of "CH32V307 ADC"

From Stm32World Wiki
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 MCU}}
+
[[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.
  
== Setup ==
+
== 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 05: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.

Miscellaneous Links