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

PCF8574TS/3,112 参数 Datasheet PDF下载

PCF8574TS/3,112图片预览
型号: PCF8574TS/3,112
PDF下载: 下载PDF文件 查看货源
内容描述: [PCF8574; PCF8574A - Remote 8-bit I/O expander for I²C‑bus with interrupt SSOP2 20-Pin]
分类和应用: PC光电二极管外围集成电路
文件页数/大小: 33 页 / 814 K
品牌: PHILIPS [ NXP SEMICONDUCTORS ]
 浏览型号PCF8574TS/3,112的Datasheet PDF文件第9页浏览型号PCF8574TS/3,112的Datasheet PDF文件第10页浏览型号PCF8574TS/3,112的Datasheet PDF文件第11页浏览型号PCF8574TS/3,112的Datasheet PDF文件第12页浏览型号PCF8574TS/3,112的Datasheet PDF文件第14页浏览型号PCF8574TS/3,112的Datasheet PDF文件第15页浏览型号PCF8574TS/3,112的Datasheet PDF文件第16页浏览型号PCF8574TS/3,112的Datasheet PDF文件第17页  
NXP Semiconductors
PCF8574; PCF8574A
Remote 8-bit I/O expander for I
2
C-bus with interrupt
10. Application design-in information
10.1 Bidirectional I/O expander applications
In the 8-bit I/O expander application shown in
P0 and P1 are inputs, and
P2 to P7 are outputs. When used in this configuration, during a write,
the input (P0 and
P1) must be written as HIGH so the external devices fully control the input ports.
The desired HIGH or LOW logic levels may be written to the ports used as outputs (P2 to
P7). If 10
A
internal output HIGH is not enough current source, the port needs external
pull-up resistor. During a read, the logic levels of the external devices driving the input
ports (P0 and P1) and the previous written logic level to the output ports (P2 to P7) will be
read.
The GPIO also has an interrupt line (INT) that can be connected to the interrupt logic of
the microcontroller. By sending an interrupt signal on this line, the remote I/O informs the
microprocessor that there has been a change of data on its ports without having to
communicate via the I
2
C-bus.
V
DD
V
DD
V
DD
CORE
PROCESSOR
SDA
SCL
INT
A0
A1
A2
P0
P1
P2
P3
P4
P5
P6
P7
temperature sensor
battery status
control for latch
control for switch
control for audio
control for camera
control for MP3
002aah384
Fig 15. Bidirectional I/O expander application
10.2 How to read and write to I/O expander (example)
In the application example of PCF8574 shown in
the microcontroller wants to
control the P3 switch ON and the P7 LED ON when the temperature sensor P0 changes.
1. When the system power on:
Core Processor needs to issue an initial command to set P0 and P1 as inputs and
P[7:2] as outputs with value 1010 00 (LED off, MP3 off, camera on, audio off,
switch off and latch off).
2. Operation:
When the temperature changes above the threshold, the temperature sensor signal
will toggle from HIGH to LOW. The INT will be activated and notifies the ‘core
processor’ that there have been changes on the input pins. Read the input register.
If P0 = 0 (temperature sensor has changed), then turn on LED and turn on switch.
3. Software code:
//System Power on
// write to PCF8574 with data 1010 0011b to set P[7:2] outputs and P[1:0] inputs
<S> <0100 0000> <ACK> <1010 0011> <ACK> <P>//Initial setting for PCF9574
PCF8574_PCF8574A
All information provided in this document is subject to legal disclaimers.
© NXP B.V. 2013. All rights reserved.
Product data sheet
Rev. 5 — 27 May 2013
13 of 33