1 of 17 072701
FEATURES
§ Single 5-bit, programmable, pulse-width
modulator (PWM)
§ Adjustable Duty Cycle: 0% to 100%
§ 2.7V to 5.5V Operation
§ Standard Frequency Values:
1kHz, 5kHz, 10kHz, and 25kHz
§ 2-Wire Addressable Interface
§ Packages: 8-Pin (150-mil) SOIC and 8-Pin
(118-mil) mSOP
§ Operating Temperature: -40
o
C to +85
o
C
ORDERING INFORMATION
DS1050Z-001 1kHz 8-Pin 150-mil SOIC
DS1050Z-005 5kHz 8-Pin 150-mil SOIC
DS1050Z-010 10kHz 8-Pin 150-mil SOIC
DS1050Z-025 25kHz 8-Pin 150 mil SOIC
DS1050U-001 1kHz 8-Pin 118-mil mSOP
DS1050U-005 5kHz 8-Pin 118-mil mSOP
DS1050U-010 10kHz 8-Pin 118-mil mSOP
DS1050U-025 25kHz 8-Pin 118-mil
µSOP
PIN ASSIGNMENT
PIN DESCRIPTION
V
CC
- 2.7V to 5.5V Power Supply
PWM
O
- PWM Ouput
A0, A1, A2 - Device Address
SDA - Serial Data I/O
SCL - Serial Clock Input
GND - Ground
DESCRIPTION
The DS1050 is a programmable, 5-bit, pulse-width modulator featuring a 2-wire addressable controlled
interface. The DS1050 operates from power supplies ranging from 2.7V up to 5.5V. The PWM output
provides a signal that swings from 0V to V
CC
. The DS1050 requires a typical operating current of 50mA
and a programmable shutdown supply current of 1mA.
Four standard PWM output frequencies are offered and include 1kHz, 5kHz, 10kHz, and 25kHz. The
2-wire addressable interface allows operation of multiple devices on a single 2-wire bus and provides
compatibility with other Dallas Semiconductor 2-wire devices such as real-time clocks (RTCs), digital
thermometers, and digital potentiometers.
The device is ideal for low-cost LCD contrast and/or brightness control, power supply voltage
adjustment, and battery charging or current adjustment. The DS1050 is offered in standard integrated
circuit packaging including the 8-pin (150-mil) SOIC and space-saving 8-pin (118-mil) mSOP.
SCL
SDA
A
0
A
1
A
2
V
CC
GND
PWM
o
6
7
8
5
3
2
1
4
8-Pin 150-mil SOIC
8-Pin 118-mil mSOP
DS1050
5-Bit, Programmable, Pulse-
Width Modulator: 1kHz, 5kHz, 10kHz, and 25kHz
www.maxim-ic.com
DS1050
2 of 17
OPERATION
Interface protocol is simplified to an 8-bit control byte and 8-bit data byte. Information can be read or
written to the DS1050 including a commanded shutdown operation.
Power-Up Configuration
The DS1050 powers-up to half-scale (10000B) providing 50% duty-cycle. In this mode, the DS1050 can
be used as a standalone oscillator of the frequency specified. Once powered, the PWM output can be
changed via the 2-wire addressable serial port.
Pin Description
V
cc
– Power supply terminal. The DS1050 will support operation from power supply voltages ranging
from +2.7 volts to +5.5 volts.
GND – Ground terminal.
PWM
O
– Pulse-width modulated output. This output is a square-wave having amplitudes from 0 volts to
V
CC
. The duty cycle of this output is governed by a 5-bit control register. Output duty cycles range from
0% to 96.88%. An additional command sequence will provide a 100% duty cycle or “full-on.”
SCL – Serial clock input.
SDA – Serial bi-directional data I/O.
A0, A1, A2 – Device address (chip selects).
2-Wire Addressable Serial Port Control
The 2-wire serial port interface supports a bi-directional data transmission protocol with device
addressing. A device that sends data on the bus is defined as a transmitter, and a device receiving data as
a receiver. The device that controls the message is called a “master.” The devices that are controlled by
the master are “slaves.” The bus must be controlled by a master device that generates the serial clock
(SCL), controls the bus access, and generates the START and STOP conditions. The DS1050 operates as
a slave on the 2-wire bus. Connections to the bus are made via the open-drain I/O lines SDA and SCL.
The following I/O terminals control the 2-wire serial port: SDA, SCL, A0, A1, and A2. A 2-wire serial
port overview and timing diagrams for the 2-wire serial port can be found in Figures 2 and 5,
respectively. Timing information for the 2-wire serial port is provided in the “AC Electrical
Characteristics” table for 2-wire serial communications.
DS1050
3 of 17
The following bus protocol has been defined (see Figure 2).
§ Data transfer may be initiated only when the bus is not busy.
§ During data transfer, the data line must remain stable whenever the clock line is HIGH. Changes in
the data line while the clock line is high will be interpreted as control signals.
Accordingly, the following bus conditions have been defined:
Bus not busy: Both data and clock lines remain HIGH.
Start data transfer: A change in the state of the data line from HIGH to LOW while the clock is HIGH,
defines a START condition.
Stop data transfer: A change in the state of the data line from LOW to HIGH while the clock line is
HIGH defines the STOP condition.
Data valid: The state of the data line represents valid data when, after a START condition, the data line
is stable for the duration of the HIGH period of the clock signal. The data on the line must be changed
during the LOW period of the clock signal. There is one clock pulse per bit of data. Figure 2 details how
data transfer is accomplished on the 2-wire bus. Depending upon the state of the R/W bit, two types of
data transfer are possible.
Each data transfer is initiated with a START condition and terminated with a STOP condition. The
number of data bytes transferred between START and STOP conditions is not limited and is determined
by the master device. The information is transferred byte-wise and each receiver acknowledges with a
ninth bit.
Within the bus specifications, a regular mode (100kHz clock rate) and a fast mode (400kHz clock rate)
are defined. The DS1050 works in both modes.
Acknowledge: Each receiving device, when addressed, is obliged to generate an acknowledge after the
reception of each byte. The master device must generate an extra clock pulse that is associated with this
acknowledge bit.
A device that acknowledges must pull down the SDA line during the acknowledge clock pulse in such a
way that the SDA line is stable LOW during the HIGH period of the acknowledge-related clock pulse. Of
course, setup and hold times must be taken into account. A master must signal an end of data to the slave
by not generating an acknowledge bit on the last byte that has been clocked out of the slave. In this case,
the slave must leave the data line HIGH to enable the master to generate the STOP condition.
1. Data transfer from a master transmitter to a slave receiver. The first byte transmitted by the
master is the command/control byte. Next follows a number of data bytes. The slave returns an
“acknowledge” bit after each received byte.
2. Data transfer from a slave transmitter to a master receiver. The first byte (the command/control
byte) is transmitted by the master. The slave then returns an acknowledge bit. Next follows a number
of data bytes transmitted by the slave to the master. The master returns an acknowledge bit after all
received bytes other than the last byte. At the end of the last received byte, a “not acknowledge” is
returned.

DS1050U-001+

Mfr. #:
Manufacturer:
Maxim Integrated
Description:
Clock Generators & Support Products 5 Bit 118-mil 2-Wire 1kHz PWM
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union