Datasheet

dsPIC30F6010A/6015
DS70150E-page 142 © 2011 Microchip Technology Inc.
20.4 Programming the Start of
Conversion Trigger
The conversion trigger will terminate acquisition and
start the requested conversions.
The SSRC<2:0> bits select the source of the
conversion trigger.
The SSRC bits provide for up to five alternate sources
of conversion trigger.
When SSRC<2:0> = 000, the conversion trigger is
under software control. Clearing the SAMP bit will
cause the conversion trigger.
When SSRC<2:0> = 111 (Auto-Start mode), the con-
version trigger is under A/D clock control. The SAMC
bits select the number of A/D clocks between the start
of acquisition and the start of conversion. This provides
the fastest conversion rates on multiple channels.
SAMC must always be at least one clock cycle.
Other trigger sources can come from timer modules,
motor control PWM module, or external interrupts.
20.5 Aborting a Conversion
Clearing the ADON bit during a conversion will abort
the current conversion and stop the sampling sequenc-
ing. The ADCBUF will not be updated with the partially
completed A/D conversion sample. That is, the
ADCBUF will continue to contain the value of the last
completed conversion (or the last value written to the
ADCBUF register).
If the clearing of the ADON bit coincides with an
auto-start, the clearing has a higher priority.
After the A/D conversion is aborted, a 2 T
AD wait is
required before the next sampling may be started by
setting the SAMP bit.
If sequential sampling is specified, the A/D will continue
at the next sample pulse which corresponds with the
next channel converted. If simultaneous sampling is
specified, the A/D will continue with the next
multichannel group conversion sequence.
20.6 Selecting the A/D Conversion
Clock
The A/D conversion requires 12 TAD. The source of the
A/D conversion clock is software selected using a 6-bit
counter. There are 64 possible options for T
AD.
EQUATION 20-1: A/D CONVERSION CLOCK
The internal RC oscillator is selected by setting the
ADRC bit.
For correct A/D conversions, the A/D conversion clock
(T
AD) must be selected to ensure a minimum TAD time
of 83.33 nsec (for VDD = 5V). Refer to Section 24.0
“Electrical Characteristics” for minimum T
AD under
other operating conditions.
Example 20-1 shows a sample calculation for the
ADCS<5:0> bits, assuming a device operating speed
of 30 MIPS.
EXAMPLE 20-1: A/D CONVERSION CLOCK
CALCULATION
Note: To operate the A/D at the maximum speci-
fied conversion speed, the Auto-Convert
Trigger option should be selected
(SSRC = 111) and the Auto-Sample Time
bits should be set to 1 T
AD
(SAMC = 00001). This configuration will
give a total conversion period (sample +
convert) of 13 T
AD.
The use of any other conversion trigger
will result in additional T
AD cycles to
synchronize the external event to the A/D.
TAD = TCY * (0.5 * (ADCS<5:0> + 1))
ADCS<5:0> = 2 – 1
T
AD
TCY
TAD = 84 nsec
ADCS<5:0> = 2 – 1
T
AD
TCY
TCY = 33 nsec (30 MIPS)
= 2 • – 1
84 nsec
33 nsec
= 4.09
Therefore,
Set ADCS<5:0> = 9
Actual TAD = (ADCS<5:0> + 1)
T
CY
2
= (9 + 1)
33 nsec
2
= 99 nsec