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

CS5463-ISZ 参数 Datasheet PDF下载

CS5463-ISZ图片预览
型号: CS5463-ISZ
PDF下载: 下载PDF文件 查看货源
内容描述: 单相,双向功率/能量集成电路 [Single Phase, Bi-directional Power/Energy IC]
分类和应用:
文件页数/大小: 44 页 / 878 K
品牌: CIRRUS [ CIRRUS LOGIC ]
 浏览型号CS5463-ISZ的Datasheet PDF文件第17页浏览型号CS5463-ISZ的Datasheet PDF文件第18页浏览型号CS5463-ISZ的Datasheet PDF文件第19页浏览型号CS5463-ISZ的Datasheet PDF文件第20页浏览型号CS5463-ISZ的Datasheet PDF文件第22页浏览型号CS5463-ISZ的Datasheet PDF文件第23页浏览型号CS5463-ISZ的Datasheet PDF文件第24页浏览型号CS5463-ISZ的Datasheet PDF文件第25页  
CS5463  
should be minimized to reduce stray capacitance. To  
drive the device from an external clock source, XOUT  
should be left unconnected while XIN is driven by the  
external circuitry. There is an amplifier between XIN and  
the digital section which provides CMOS level signals.  
This amplifier works with sinusoidal inputs so there are  
no problems with slow edge times.  
INTERRUPT HANDLER ROUTINE:  
4) Read the Status Register.  
5) Disable all interrupts.  
6) Branch to the proper interrupt service routine.  
7) Clear the Status Register by writing back the read  
value in step 4.  
The CS5463 can be driven by an external oscillator  
ranging from 2.5 to 20 MHz, but the K divider value must  
be set such that the internal MCLK will run somewhere  
between 2.5 MHz and 5 MHz. The K divider value is set  
with the K[3:0] bits in the Configuration Register. As an  
example, if XIN = MCLK = 15 MHz, and K is set to 5,  
then DCLK is 3 MHz, which is a valid value for DCLK.  
8) Re-enable interrupt  
9) Return from interrupt service routine.  
This handshaking procedure ensures that any new in-  
terrupts activated between steps 4 and 7 are not lost  
(cleared) by step 7.  
5.13 Serial Port Overview  
5.12 Event Handler  
The CS5463 incorporates a serial port transmit and re-  
ceive buffer with a command decoder that interprets  
one-byte (8 bits) commands as they are received. There  
are four types of commands; instructions, synchroniz-  
ing, register writes and register reads (See Section 5.15  
Commands on page 23).  
The INT pin is used to indicate that an internal error or  
event has taken place in the CS5463. Writing a logic 1  
to any bit in the Mask Register allows the corresponding  
bit in the Status Register to activate the INT pin. The in-  
terrupt condition is cleared by writing a logic 1 to the bit  
that has been set in the Status Register.  
Instructions are one byte in length and will interrupt any  
instruction currently executing. Instructions do not affect  
register reads currently being transmitted.  
The behavior of the INT pin is controlled by the IMODE  
and IINV bits of the Configuration Register.  
Synchronizing commands are one byte in length and  
only affect the serial interface. Synchronizing com-  
mands do not affect operations currently in progress.  
IMODE  
IINV  
INT Pin  
0
0
Active-low Level  
Register writes must be followed by three bytes of data.  
Register reads can return up to four bytes of data.  
0
1
1
1
0
1
Active-high Level  
Low Pulse  
Commands and data are transferred most-significant bit  
(MSB) first. Figure 1 on page 12, defines the serial port  
timing and required sequence necessary to write to and  
read from the serial port receive and transmit buffer, re-  
spectively. While reading data from the serial port, com-  
mands and data can be simultaneously written. Starting  
a new register read command while data is being read  
will terminate the current read in progress. This is ac-  
ceptable if the remainder of the current read data is not  
needed. During data reads, the serial port requires input  
data. If a new command and data is not sent, SYNC0 or  
SYNC1 must be sent.  
High Pulse  
Table 4. Interrupt Configuration  
If the interrupt output signal format is set for either falling  
or rising edge, the duration of the INT pulse will be at  
least one DCLK cycle (DCLK = MCLK/K).  
5.12.1 Typical Interrupt Handler  
The steps below show how interrupts can be handled.  
INITIALIZATION:  
5.13.1 Serial Port Interface  
1) All Status bits are cleared by writing 0xFFFFFF to  
the Status Register.  
The serial port interface is a “4-wire” synchronous serial  
communications interface. The interface is enabled to  
start excepting SCLKs when CS (Chip Select) is assert-  
ed. SCLK (Serial bit-clock) is a Schmitt-trigger input that  
is used to strobe the data on SDI (Serial Data In) into the  
receive buffer and out of the transmit buffer onto SDO  
(Serial Data Out).  
2) The condition bits which will be used to generate  
interrupts are then set to logic 1 in the Mask Reg-  
ister.  
3) Enable interrupts.  
DS678PP1  
21  
 复制成功!