-
Sequencer
-
Two independent 8-state sequencers
- Dual-sequencer mode
- SEQ1
- CONV00->CONV07 => RESULT0->RESULT7
- SEQ2
- CONV08->CONV15 => RESULT8->RESULT15
-
One 16-state sequencer (SEQ)
- Cascaded mode
- CONV00->CONV15 => RESULT0->RESULT15
- CONVxx can be one of 16 analog inputs
-
Sampling mode
- Simultaneous sampling mode
- A pair of pins can be sampled and converted
- Sequential sampling mode
- Only one pin can be sampled and converted
-
Pins selection
- CONVxx defines which pins to be selected as a analog input, to be sampled and converted
- Via Analog MUX
- CONVxx has 4 bits
-
Sequential mode
- All 4 bits define the input pin
- 4th bit define which sample-and-hold buffer is selected
- 0xxxb for ADCINA0 -> ADCINA7
- 1xxxb for ADCINB0 -> ADCINB7
-
Simultaneous mode
- the MSB of CONVxx is discarded
-
CONVxx = 0110b
- ADCINA6 is sampled by S/H-A
- ADCINB6 is sampled by S/H-B
-
Voltage in S/H-A is converted first
- followed by S/H-B
- ADCRESULT0 for SEQ1, ADCRESULT1 for SEQ2