The AK93C85A/95A/10A is a 16384/32768/65536-bit serial CMOS EEPROM divided into 1024/2048/4096
registers of 16 bits each. The AK93C85A/95A/10A has 4 instructions such as READ, WRITE, EWEN and
EWDS. Those instructions control the AK93C85A/95A/10A.
The AK93C85A/95A/10A can operate full function under wide operating voltage range from 1.8V to 5.5V. The
charge up circuit is integrated for high voltage generation that is used for write operation.
A serial interface of AK93C85A/95A/10A, consisting of chip select (CS), serial clock (SK), data-in (DI) and
data-out (DO), can easily be controlled by popular microcontrollers or standard microprocessors.
AK93C85A/95A/10A takes in the write data from data input pin (DI) to a register synchronously with rising
edge of input pulse of serial clock pin (SK). And at read operation, AK93C85A/95A/10A takes out the read
data from a register to data output pin (DO) synchronously with rising edge of SK.
The DO pin is usu all y in hig h impedan ce state. The DO pi n out pu t s "L" o r "H " i n case o f data ou tpu t o r Busy/R eady
signal output.
Software controlled write protection
When Vcc is applied to the part, the part automatically powers up in the ERASE/WRITE Disable state. In the
ERASE/WRITE disable state, execution of WRITE instruction is disa bled. Before WRITE instruction is
executed, EWEN instruction must be executed. The ERASE/WRITE enable state continues until EWDS
instruction is executed or Vcc is removed from the part.
Execution of a read instruction is independent of both EWEN and EWDS instructions.
Busy/Ready status signal
After a write instruction, the DO output serves as a Busy/Ready status indicator. After the falling edge of the
CS initiates the self-timed programming cycle, the DO indicates the Busy/Ready status of the chip if the CS is
brought high after a minimum of 250ns (Tcs). DO=logical "0" indicates that programming is still in progress.
DO=logical "1" indicates that the register at the address specified in the instruction has been written with the
new data pattern contained in the instruction and the part is ready for a next instruction.
The Busy/Ready status indicator is only valid when CS is active (high). When CS is low, the DO output goes
into a high impedance state.
The Busy/Ready signal outputs until a start bit (Logic"1") of the next instruction is given to the part.
Pin NameFunction
CSChip Select
SKSerial Data Clock
DISerial Data Input
DOSerial Data Output
GNDGround
VccPower Supply
NCNot Connected
DAM02E-011999/10
- 3 -
ASAHI KASEI[AK93C85A/95A/10A]
Functional Description
The AK93C85A/95A/10A has 4 instructions such as READ, WRITE, EWEN and EWDS. A valid instruction
consists of a Start Bit (Logic"1"), the appropriate Op Code and the desired memory Address location.
The CS pin must be brought low for a minimum of 250ns (Tcs) between each instruction when the instruction
is continuously executed.
Instruc-
tion
Start
BitOpCode
AddressDataComments
READ110 A9-A0 D15-D0 Reads data stored in memory, at specified address.
WRITE101 A9-A0 D15-D0 Writes register.
EWEN100 11XXXXXXXX Write enable must precede all programming modes.
EWDS100 00XXXXXXXX Disables all programming instructions.
WRAL100 01XXXXXXXX D15-D0 Writes all registers.
table1. Instruction Set for the AK93C85A
Instruc-
tion
Start
BitOpCode
AddressDataComments
READ110 A10-A0 D15-D0 Reads data stored in memory, at specified address.
WRITE101 A10-A0 D15-D0 Writes register.
EWEN100 11XXXXXXXXX Write enable must precede all programming modes.
EWDS100 00XXXXXXXXX Disables all programming instructions.
WRAL100 01XXXXXXXXX D15-D0 Writes all registers.
table2. Instruction Set for the AK93C95A
Instruc-
tion
Start
BitOpCode
AddressDataComments
READ110 A11-A0 D15-D0 Reads data stored in memory , at specified address.
WRITE101 A11-A0 D15-D0 Writes register.
EWEN100 11XXXXXXXXXX Write enable must precede all programming modes.
EWDS100 00XXXXXXXXXX Disables all programming instructions.
WRAL100 01XXXXXXXXXX D15-D0 Writes all registers.
table3. Instruction Set for the AK93C10A
(Note)
The WRAL instruction are used for factory function test only.
User can't use the WRAL instruction.
The AK93C85A/95A/10A perceives the start bit in the logic"1" and also "01".
DAM02E-011999/10
- 4 -
ASAHI KASEI[AK93C85A/95A/10A]
Write
The write instruction is followed by 16 bits of data to be written into the specified address.
AK93C85A : After the last bit of data is put on the DI pin, the CS pin must be brought low
before the next rising edge of the SK clock. This falling edge of the CS initiates the self-timed programming
Busy
cycle. The DO indicate s the
(Tcs).
AK93C95A/10A : The self-timed programming cycle is initia ted on the rising edge of the SK
clock as the last data bit (D0) is clocked in. The DO indicates the
timed programming cycle is initiated.
Busy
The
into a high impedance state. The
is given to the part.
DO=logical "0" indicates that programming is still in progress. DO=logical "1" indicates that t he register at the
address specified in the instruction has been written with the new data pattern contained in the instruction and
the part is ready for a next instruction.
/Ready status indicator is only valid when CS is active (high). When CS is low, the DO output goes
/Ready status of the chip if the CS is brought high after a minimum of 250ns
Busy
/Ready status of the chip after the self-
Busy
/Ready signal outputs until a start bit (Logic"1") of the next instruction
DAM02E-011999/10
- 5 -
ASAHI KASEI[AK93C85A/95A/10A]
Read
The read instruction is the only instruction which outputs serial data on the DO pin.
Following the Start bit, first Op code and address are decoded, then the data from the selected memory
location is available at the DO pin. A dummy bit (logical "0") precedes the 16-bit data from the selected
memory location. The output data changes are synchronized with the rising edges of the serial clock (SK).
The data in the next address can be read sequentially by continuing to provide clock. The address
automatically cycles to the next higher address after the 16bit data shifted out.
AK93C85A
When the highest address is reached ($3FF), the address counter rolls over to
address $000 allowing the read cycle to be continued indefinitely.
AK93C95A
When the highest address is reached ($7FF), the address counter rolls over to
address $000 allowing the read cycle to be continued indefinitely.
AK93C10A
When the highest address is reached ($FFF), the address counter rolls over to
address $000 allowing the read cycle to be continued indefinitely.
DAM02E-011999/10
- 6 -
ASAHI KASEI[AK93C85A/95A/10A]
EWEN / EWDS
When Vcc is applied to the part, the part automatically powers up in the ERASE/WRITE Disable state. In the
ERASE/WRITE disable state, execution of WRITE instruction is disable. Before WRITE instruction is
executed, EWEN instruction must be executed. The ERASE/WRITE enable state continues until EWDS
instruction is executed or Vcc is removed from the part.
Execution of a read instruction is independent of both EWEN and EWDS instructions.
DAM02E-011999/10
- 7 -
ASAHI KASEI[AK93C85A/95A/10A]
Absolute Maximum Ratings
ParameterSymbolMinMaxUnit
Power SupplyVCC-0.6+7.0V
All Input Voltages
VIO-0.6VCC+0.6V
with Respect to Ground
Ambient storage temperatureTst-65+150
C
Stress above those listed under "Absolute Maximum Ratings" may cause permanent
damage to the device. This is a stress rating only and functional operation of the device at
these or any other conditions above those indicated in the operational sections of the
specification is not implied. Exposure to absolute maximum conditions for extended
periods may affect device reliability.
Recommended Operating Condition
ParameterSymbolMinMaxUnit
Power SupplyVCC1.85.5V
Ambient Operating TemperatureTa-40+85
tSKW31.8VVCC<2.0V2.0us
CS Setup TimetCSS100ns
CS Hold TimetCSH0ns
Data Setup TimetDIS200ns
Data Hold TimetDIH200ns
Output delay
tPD14.5VVCC5.5V, *3500ns
tPD22.0VVCC<4.5V, *31.0us
tPD31.8VVCC<2.0V. *32.0us
tE/W14.5VVCC5.5V8msSelftimed Programming
Time
tE/W21.8VVCC<4.5V10ms
Min CS Low TimetCS250ns
CS to Status Valid1tSVCL=100pF500ns
CS to Status Valid2tSVVCL=100pF1000ns
tOZ12.0VVCC5.5V100nsCS to Output High-Z
tOZ21.8VVCC<2.0V250ns
*3:CL=100pF
DAM02E-011999/10
- 10 -
ASAHI KASEI[AK93C85A/95A/10A]
Synchronous Data timing
The Start of Instruction
The End of Instruction
DAM02E-011999/10
- 11 -
ASAHI KASEI[AK93C85A/95A/10A]
Busy/Ready Signal Output (AK93C85A)
Busy/Ready Signal Output (AK93C95A/10A)
DAM02E-011999/10
- 12 -
IMPORTANT NOTICE
z These products and their specifications are subject to change without notice. Before
considering any use or application, consult the Asahi Kasei Microsystems Co., Ltd. (AKM)
sales office or authorized distributor concerning their current status.
z AKM assumes no liability for infringement of any patent, intellectual property, or other
right in the application or use of any information contained herein.
z Any export of these products, or devices or systems containing them, may require an
export license or other official approval under the law and regulations o f the country of
export pertaining to customs and tariffs, currency exchange, or strategic materials.
z AKM products are n either intended nor authorized for use as critical co mponents in any
safety, life support, or other hazard related device or system, and AKM assumes no
responsibility relating to any such use, except with the express written consent of the
Representative Director of AKM. As used here:
(a) A hazard related device or system is one designed or intended for life support or
maintenance of safety or for applications in medicine, aerospace, nuclear ener gy, or
other fields, in which its failure to function or perf orm may reasonably be expected to
result in loss of life or in significant injury or damage to person or property.
(b) A critical component is one whose failure to func tion or perform may reasonably be
expected to result, whether directly or indirectly, in the loss of the safety or
effectiveness of the device or system containing it, and which must therefore meet
very high standards of performance and reliability.
z It is the responsibility of the buyer or distributor of an AKM product who distributes,
disposes of, or otherwise places the product with a third party to notify that party in
advance of the above content and conditions, and the buyer or distributor agrees to
assume any and all re sponsibility and liability for and ho ld AKM harmless fr om any and
all claims arising from the use of said product in the absence of such notification.
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.