欢迎访问ic37.com |
会员登录 免费注册
发布采购

ADuC7020BCPZ62I-RL 参数 Datasheet PDF下载

ADuC7020BCPZ62I-RL图片预览
型号: ADuC7020BCPZ62I-RL
PDF下载: 下载PDF文件 查看货源
内容描述: 精密模拟微控制器, 12位模拟I / O , ARM7TDMI MCU [Precision Analog Microcontroller, 12-Bit Analog I/O, ARM7TDMI MCU]
分类和应用: 微控制器和处理器外围集成电路时钟
文件页数/大小: 104 页 / 1747 K
品牌: ADI [ ADI ]
 浏览型号ADuC7020BCPZ62I-RL的Datasheet PDF文件第59页浏览型号ADuC7020BCPZ62I-RL的Datasheet PDF文件第60页浏览型号ADuC7020BCPZ62I-RL的Datasheet PDF文件第61页浏览型号ADuC7020BCPZ62I-RL的Datasheet PDF文件第62页浏览型号ADuC7020BCPZ62I-RL的Datasheet PDF文件第64页浏览型号ADuC7020BCPZ62I-RL的Datasheet PDF文件第65页浏览型号ADuC7020BCPZ62I-RL的Datasheet PDF文件第66页浏览型号ADuC7020BCPZ62I-RL的Datasheet PDF文件第67页  
Data Sheet  
ADuC7019/20/21/22/24/25/26/27/28/29  
The PWMDAT1 register is a 10-bit register with a maximum  
value of 0x3FF (= 1023), which corresponds to a maximum  
programmed dead time of  
The advantage of double update mode is that lower harmonic  
voltages can be produced by the PWM process, and faster  
control bandwidths are possible. However, for a given PWM  
switching frequency, the PWMSYNC pulses occur at twice the  
rate in the double update mode. Because new duty cycle values  
must be computed in each PWMSYNC interrupt service  
routine, there is a larger computational burden on the ARM  
core in double update mode.  
t
D(max) = 1023 × 2 × tCORE = 1023 × 2 × 24 ×10–9 = 48.97 μs  
for a core clock of 41.78 MHz.  
The dead time can be programmed to be zero by writing 0 to  
the PWMDAT1 register.  
PWM Operating Mode (PWMCON and PWMSTA MMRs)  
PWM Duty Cycles (PWMCH0, PWMCH1, and  
PWMCH2 MMRs)  
As discussed in the 3-Phase PWM section, the PWM controller  
of the ADuC7019/20/21/22/24/25/26/27/28/29 can operate in  
two distinct modes: single update mode and double update  
mode. The operating mode of the PWM controller is  
determined by the state of Bit 2 of the PWMCON register.  
If this bit is cleared, the PWM operates in the single update  
mode. Setting Bit 2 places the PWM in the double update  
mode. The default operating mode is single update mode.  
The duty cycles of the six PWM output signals on Pin PWM0H  
to Pin PWM2L are controlled by the three 16-bit read/write duty  
cycle registers, PWMCH0, PWMCH1, and PWMCH2. The  
duty cycle registers are programmed in integer counts of the  
fundamental time unit, tCORE. They define the desired on time of  
the high-side PWM signal produced by the 3-phase timing unit  
over half the PWM period. The switching signals produced by  
the 3-phase timing unit are also adjusted to incorporate the  
programmed dead time value in the PWMDAT1 register. The  
3-phase timing unit produces active high signals so that a high  
level corresponds to a command to turn on the associated  
power device.  
In single update mode, a single PWMSYNC pulse is produced  
in each PWM period. The rising edge of this signal marks the  
start of a new PWM cycle and is used to latch new values from  
the PWM configuration registers (PWMDAT0 and PWMDAT1)  
and the PWM duty cycle registers (PWMCH0, PWMCH1, and  
PWMCH2) into the 3-phase timing unit. In addition, the  
PWMEN register is latched into the output control unit on the  
rising edge of the PWMSYNC pulse. In effect, this means that  
the characteristics and resulting duty cycles of the PWM signals  
can be updated only once per PWM period at the start of each  
cycle. The result is symmetrical PWM patterns about the  
midpoint of the switching period.  
Figure 69 shows a typical pair of PWM outputs (in this case,  
0H and 0L) from the timing unit in single update mode. All  
illustrated time values indicate the integer value in the  
associated register and can be converted to time by simply  
multiplying by the fundamental time increment, tCORE. Note  
that the switching patterns are perfectly symmetrical about the  
midpoint of the switching period in this mode because the same  
values of PWMCH0, PWMDAT0, and PWMDAT1 are used to  
define the signals in both half cycles of the period.  
In double update mode, there is an additional PWMSYNC  
pulse produced at the midpoint of each PWM period. The  
rising edge of this new PWMSYNC pulse is again used to latch  
new values of the PWM configuration registers, duty cycle  
registers, and the PWMEN register. As a result, it is possible to  
alter both the characteristics (switching frequency and dead  
time) as well as the output duty cycles at the midpoint of each  
PWM cycle. Consequently, it is also possible to produce PWM  
switching patterns that are no longer symmetrical about the  
midpoint of the period (asymmetrical PWM patterns). In  
double update mode, it could be necessary to know whether  
operation at any point in time is in either the first half or the  
second half of the PWM cycle. This information is provided by  
Bit 0 of the PWMSTA register, which is cleared during operation  
in the first half of each PWM period (between the rising edge of  
the original PWMSYNC pulse and the rising edge of the new  
PWMSYNC pulse introduced in double update mode). Bit 0 of  
the PWMSTA register is set during operation in the second half  
of each PWM period. This status bit allows the user to make a  
determination of the particular half cycle during implementation  
of the PWMSYNC interrupt service routine, if required.  
Figure 69 also demonstrates how the programmed duty cycles  
are adjusted to incorporate the desired dead time into the  
resulting pair of PWM signals. The dead time is incorporated  
by moving the switching instants of both PWM signals (0H and  
0L) away from the instant set by the PWMCH0 register.  
–PWMDAT0 ÷ 2  
0
+PWMDAT0 ÷ 2  
0
–PWMDAT0 ÷ 2  
PWMCH0  
PWMCH0  
0H  
2 × PWMDAT1  
2 × PWMDAT1  
0L  
PWMDAT2 + 1  
PWMSYNC  
PWMSTA (0)  
PWMDAT0  
PWMDAT0  
Figure 69. Typical PWM Outputs of the 3-Phase Timing Unit  
(Single Update Mode)  
Rev. F | Page 63 of 104  
 
 复制成功!