数据搜索系统,热门电子元器件搜索
  Chinese  ▼
ALLDATASHEETCN.COM

X  

ADMCF341 数据表(PDF) 12 Page - Analog Devices

部件名 ADMCF341
功能描述  28-Lead Flash and ROM Memory, Mixed-Signal DSPs with Enhanced Analog Front End
PDF  36 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
制造商  AD [Analog Devices]
网页  http://www.analog.com
标志 AD - Analog Devices

ADMCF341 数据表(HTML) 12 Page - Analog Devices

Back Button ADMCF341_15 Datasheet HTML 8Page - Analog Devices ADMCF341_15 Datasheet HTML 9Page - Analog Devices ADMCF341_15 Datasheet HTML 10Page - Analog Devices ADMCF341_15 Datasheet HTML 11Page - Analog Devices ADMCF341_15 Datasheet HTML 12Page - Analog Devices ADMCF341_15 Datasheet HTML 13Page - Analog Devices ADMCF341_15 Datasheet HTML 14Page - Analog Devices ADMCF341_15 Datasheet HTML 15Page - Analog Devices ADMCF341_15 Datasheet HTML 16Page - Analog Devices Next Button
Zoom Inzoom in Zoom Outzoom out
 12 / 36 page
background image
REV. A
–12–
ADMC(F)341
to produce asymmetrical PWM patterns that produce lower
harmonic distortion in three-phase PWM inverters. This technique
also permits the closed-loop controller to change the average
voltage applied to the machine winding at a faster rate, allowing
wider closed-loop bandwidths to be achieved. The operating mode
of the PWM block (single or double update mode) is selected by
a control bit in MODECTRL register.
The PWM generator of the ADMC(F)341 also provides an
internal signal that synchronizes the PWM switching frequency
to the A/D operation. In single update mode, a PWMSYNC
pulse is produced at the start of each PWM period. In double
update mode, an additional PWMSYNC pulse is produced at
the midpoint of each PWM period. The width of the PWMSYNC
pulse is programmable through the PWMSYNCWT register.
The PWM signals produced by the ADMC(F)341 can be shut
off in a number of different ways. First, there is a dedicated
asynchronous PWM shutdown pin,
PWMTRIP, that, when
brought LOW, instantaneously places all six PWM outputs in
the OFF state. In addition, PWM shutdown is initiated when
the voltage on any of the input pins (ISENSE) exceeds the trip
thresholds (high or low) or the input is unconnected (floating).
Because these two hardware shutdown mechanisms are asyn-
chronous, and the associated PWM disable circuitry does not
use clocked logic, the PWM will shut down even if the DSP
clock is not running. The PWM system may also be shut down
from software by writing to the PWMSWT register.
Status information about the PWM system of the ADMC(F)341
is available to the user in the SYSSTAT register. In particular,
the state of
PWMTRIP is available, as well as a status bit that
indicates whether the operation is in the first half or the second
half of the PWM period.
A functional block diagram of the PWM controller is shown in
Figure 6. The generation of the six output PWM signals on pins
AH to CL is controlled by four important blocks:
• The three-phase PWM timing unit, which is the core of the
PWM controller, generates three pairs of complemented
and dead-time-adjusted center-based PWM signals.
• The output control unit allows the redirection of the outputs
of the three-phase timing unit for each channel to either the
high side or the low side output. In addition, the output
control unit allows individual enabling/disabling of each of
the six PWM output signals.
• The GATE drive unit provides the high chopping frequency
and its subsequent mixing with the PWM signals.
• The PWM shutdown controller manages the three PWM
shutdown modes (via the
PWMTRIP pin, the analog block,
or the PWMSWT register) and generates the correct
RESET signal for the timing unit.
The PWM controller is driven by a clock at the same frequency
as the DSP instruction rate, CLKOUT, and is capable of gener-
ating two interrupts to the DSP core. One interrupt is generated
on the occurrence of a PWMSYNC pulse, and the other is
generated on the occurrence of any PWM shutdown action.
Three-Phase Timing Unit
The 16-bit three-phase timing unit is the core of the PWM
controller and produces three pairs of pulsewidth modulated
signals with high resolution and minimal processor overhead.
There are four main configuration registers (PWMTM,
PWMDT, PWMPD, and PWMSYNCWT) that determine the
fundamental characteristics of the PWM outputs. In addition,
the operating mode of the PWM (single or double update
mode) is selected by Bit 6 of the MODECTRL register. These
registers, in conjunction with the three 16-bit duty cycle reg-
isters (PWMCHA, PWMCHB, and PWMCHC), control the
output of the three-phase timing unit.
PWM Switching Frequency: PWMTM Register
The PWM switching frequency is controlled by the PWM
period register, PWMTM. The fundamental timing unit of
the PWM controller is tCK = 1/fCLKOUT, where fCLKOUT is the
CLKOUT frequency (DSP instruction rate). Therefore, for a
20 MHz CLKOUT, the fundamental time increment is 50 ns.
The value written to the PWMTM register is effectively the
number of tCK clock increments in half a PWM period. The
required PWMTM value is a function of the desired PWM
switching frequency (fPWM) and is given by:
PWMTM
f
f
f
f
CLKOUT
PWM
CLKINT
PWM
=
×
=
2
Therefore, the PWM switching period, TS, can be written as:
T
PWMTM
t
SCK
×
2
For example, for a 20 MHz CLKOUT and a desired PWM
switching frequency of 10 kHz (TS = 100
µs), the correct value
to load into the PWMTM register is:
PWMTM
x E
=
×
××
==
20 10
21010
1000
0 3 8
6
3
The largest value that can be written to the 16-bit PWMTM
register is 0xFFFF = 65,535, which corresponds to a minimum
PWM switching frequency of:
fHz
PWM ,min
,
=
×
×
=
20 10
265 535
153
6
for a CLKOUT frequency of 20 MHz.
PWM Switching Dead Time: PWMDT Register
The second important PWM block parameter that must be
initialized is the switching dead time. This is a short delay time
introduced between turning off one PWM signal (e.g., AH) and
turning on its complementary signal (e.g., AL). This short time
delay is introduced to permit the power switch being turned off
to completely recover its blocking capability before the comple-
mentary switch is turned on. This time delay prevents a potentially
destructive short-circuit condition from developing across the
dc link capacitor of a typical voltage source inverter.
Dead time is controlled by the PWMDT register. The dead time
is inserted into the three pairs of PWM output signals. The dead
time, TD, is related to the value in the PWMDT register by:
T
PWMDT
t
PWMDT
f
DCK
CLKOUT
=× ×
= ×
22
Therefore, a PWMDT value of 0x00A (= 10) introduces a
1
µs delay between the turn-off of any PWM signal (e.g., AH)
and the turn-on of its complementary signal (e.g., AL). The
amount of the dead time can therefore be programmed in incre-
ments of 2 tCK (or 100 ns for a 20 MHz CLKOUT).



Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36


数据表 下载

Go To PDF Page


链接网址



ALLDATASHEET是否为您带来帮助?  [ DONATE ] 

关于 Alldatasheet   |   广告服务   |   联系我们   |   隐私政策   |   数据表链接    |   链接交换   |   制造商名单
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com