1 -Introduction
2 -Overview of the ADC module
2 -adc overview.pdf
3 -Control and setup of the ADC module
3 -control setup.pdf
4 -Configuring the analog input channels
4 -adc channel config.pdf
5 -Completion of the ADC process
5 -adc completion.pdf
6 -Generating mock analog signals for testing
6 -analog signals.pdf
7 -Setting up the ADC project
8 -Choosing the analog input pins in the project
9 -Including Timer Counter (TC) modules for generating test signals
10 -Initializing the timer counter module
11 -Configuring the timer counter module
12 -Setting up interrupts for the timer counter module
13 -Generating rectangular waveforms for test signals
14 -Executing project - verifying analog test signals
15 -Including ADC in the project
16 -Choosing the analog inputs
17 -Updating clocks to include ADC
18 -Setting prescaler for ADC clock
19 -Calibrating the ADC module
20 -Configuring the analog input channels
21 -Enabling the ADC interrupt
22 -Updating interrupt vector table
23 -Enabling the ADC module and issuing SOC trigger
24 -Extracting converted values in the ISR
25 -Using the converted values to compute the original signals
26 -Verification of the conversion process
27 -Compiling the project
28 -Setting ADC reference
29 -Executing project - verifying sawtooth waveform thresholds
29 -test adc.zip
30 -Event System Module Overview
31 -Setting up the Event System Module
32 -Starting the Event System example project
33 -Updating the clocks to include the Event Systems module
34 -Setting the Event System configuration registers
35 -Updating configuration of TCC0 module for event generation
36 -Updating configuration of ADC0 module for event generation
37 -Compiling the project
38 -Executing the project - verifying the results
38 -test adc with evsys.zip
39 -Conclusions