Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.NET

X  

FM93CS56LZEM8 Datasheet(PDF) 6 Page - Fairchild Semiconductor

Part # FM93CS56LZEM8
Description  (MICROWIRE??Bus Interface) 2048-Bit Serial EEPROM with Data Protect and Sequential Read
Download  16 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  FAIRCHILD [Fairchild Semiconductor]
Direct Link  http://www.fairchildsemi.com
Logo FAIRCHILD - Fairchild Semiconductor

FM93CS56LZEM8 Datasheet(HTML) 6 Page - Fairchild Semiconductor

Back Button FM93CS56LZEM8 Datasheet HTML 2Page - Fairchild Semiconductor FM93CS56LZEM8 Datasheet HTML 3Page - Fairchild Semiconductor FM93CS56LZEM8 Datasheet HTML 4Page - Fairchild Semiconductor FM93CS56LZEM8 Datasheet HTML 5Page - Fairchild Semiconductor FM93CS56LZEM8 Datasheet HTML 6Page - Fairchild Semiconductor FM93CS56LZEM8 Datasheet HTML 7Page - Fairchild Semiconductor FM93CS56LZEM8 Datasheet HTML 8Page - Fairchild Semiconductor FM93CS56LZEM8 Datasheet HTML 9Page - Fairchild Semiconductor FM93CS56LZEM8 Datasheet HTML 10Page - Fairchild Semiconductor Next Button
Zoom Inzoom in Zoom Outzoom out
 6 / 16 page
background image
6
www.fairchildsemi.com
FM93CS56 Rev. C.1
Functional Description
A typical Microwire cycle starts by first selecting the device
(bringing the CS signal high). Once the device is selected, a valid
Start bit (“1”) should be issued to properly recognize the cycle.
Following this, the 2-bit opcode of appropriate instruction should
be issued. After the opcode bits, the 8-bit address information
should be issued. For certain instructions, some (or all) of these
8 bits are don’t care values (can be “0” or “1”), but they should still
be issued. Following the address information, depending on the
instruction (WRITE and WRALL), 16-Bit data is issued. Other-
wise, depending on the instruction (READ and PRREAD), the
device starts to drive the output data on the DO line. Other
instructions perform certain control functions and do not deal with
data bits. The Microwire cycle ends when the CS signal is brought
low. However during certain instructions, falling edge of the CS
signal initiates an internal cycle (Programming), and the device
remains busy till the completion of the internal cycle. Each of the
10 instructions is explained in detail in the following sections.
Memory Instructions
Following five instructions, READ, WEN, WRITE, WRALL and
WDS are specific to operations intended for memory array. The
PRE pin should be held low during these instructions.
1) Read and Sequential Read (READ)
READ instruction allows data to be read from a selected location
in the memory array. Input information (Start bit, Opcode and
Address) for this instruction should be issued as listed under
Table1. Upon receiving a valid input information, decoding of the
opcode and the address is made, followed by data transfer from
the selected memory location into a 16-bit serial-out shift register.
This 16-bit data is then shifted out on the DO pin. D15 bit (MSB)
is shifted out first and D0 bit (LSB) is shifted out last. A dummy-bit
(logical 0) precedes this 16-bit data output string. Output data
changes are initiated on the rising edge of the SK clock. After
reading the 16-bit data, the CS signal can be brought low to end
the Read cycle. The PRE pin should be held low during this cycle.
Refer
Read cycle diagram.
This device also offers “sequential memory read” operation to
allow reading of data from the additional memory locations instead
of just one location. It is started in the same manner as normal read
but the cycle is continued to read further data (instead of terminat-
ing after reading the first 16-bit data). After providing 16-bit data,
the device automatically increments the address pointer to the
next location and continues to provide the data from that location.
Any number of locations can be read out in this manner, however,
after reading out from the last location, the address pointer points
back to the first location. If the cycle is continued further, data will
be read from this first location onward. In this mode of read, the
dummy-bit is present only when the very first data is read (like
normal read cycle) and is not present on subsequent data reads.
The PRE pin should be held low during this cycle. Refer
Sequen-
tial Read cycle diagram.
2) Write Enable (WEN)
When V
CC is applied to the part, it “powers up” in the Write Disable
(WDS) state. Therefore, all programming operations (for both
memory array and Protect Register) must be preceded by a Write
Enable (WEN) instruction. Once a Write Enable instruction is
executed, programming remains enabled until a Write Disable
(WDS) instruction is executed or VCC is completely removed from
the part. Input information (Start bit, Opcode and Address) for this
WEN instruction should be issued as listed under Table1. The
device becomes write-enabled at the end of this cycle when the
CS signal is brought low. The PRE pin should be held low during
this cycle. Execution of a READ instruction is independent of WEN
instruction. Refer
Write Enable cycle diagram.
3) Write (WRITE)
WRITE instruction allows write operation to a specified location in
the memory with a specified data. This instruction is valid only
when the following are true:
I Device is write-enabled (Refer WEN instruction)
I Address of the write location is not write-protected
I PE pin is held high during this cycle
I PRE pin should be held low during this cycle
Input information (Start bit, Opcode, Address and Data) for this
WRITE instruction should be issued as listed under Table1. After
inputting the last bit of data (D0 bit), CS signal must be brought low
before the next rising edge of the SK clock. This falling edge of the
CS initiates the self-timed programming cycle. It takes tWP time
(Refer appropriate DC and AC Electrical Characteristics table) for
the internal programming cycle to finish. During this time, the
device remains busy and is not ready for another instruction.
The status of the internal programming cycle can be polled at any
time by bringing the CS signal high again, after tCS interval. When
CS signal is high, the DO pin indicates the READY/BUSY status
of the chip. DO = logical 0 indicates that the programming is still
in progress. DO = logical 1 indicates that the programming is
finished and the device is ready for another instruction. It is not
required to provide the SK clock during this status polling. While
the device is busy, it is recommended that no new instruction be
issued. Refer
Write cycle diagram.
It is also recommended to follow this instruction (after the device
becomes READY) with a Write Disable (WDS) instruction to
safeguard data against corruption due to spurious noise, inadvert-
ent writes etc.
4) Write All (WRALL)
Write all (WRALL) instruction is similar to the Write instruction
except that WRALL instruction will simultaneously program all
memory locations with the data pattern specified in the instruction.
This instruction is valid only when the following are true:
I Protect Register has been cleared (Refer PRCLEAR
instruction)
I Device is write-enabled (Refer WEN instruction)
I PE pin is held high during this cycle
I PRE pin should be held low during this cycle
Input information (Start bit, Opcode, Address and Data) for this
WRALL instruction should be issued as listed under Table1. After
inputting the last bit of data (D0 bit), CS signal must be brought low
before the next rising edge of the SK clock. This falling edge of the
CS initiates the self-timed programming cycle. It takes t
WP time
(Refer appropriate DC and AC Electrical Characteristics table) for
the internal programming cycle to finish. During this time, the
device remains busy and is not ready for another instruction.
Status of the internal programming can be polled as described
under WRITE instruction description. While the device is busy, it
is recommended that no new instruction be issued. Refer
Write All
cycle diagram.


Similar Part No. - FM93CS56LZEM8

ManufacturerPart #DatasheetDescription
logo
Fairchild Semiconductor
FM93CS06 FAIRCHILD-FM93CS06 Datasheet
172Kb / 16P
   (MICROWIRE??Bus Interface) 256-Bit Serial EEPROM with Data Protect and Sequential Read
FM93CS06E FAIRCHILD-FM93CS06E Datasheet
172Kb / 16P
   (MICROWIRE??Bus Interface) 256-Bit Serial EEPROM with Data Protect and Sequential Read
FM93CS06V FAIRCHILD-FM93CS06V Datasheet
172Kb / 16P
   (MICROWIRE??Bus Interface) 256-Bit Serial EEPROM with Data Protect and Sequential Read
FM93CS46 FAIRCHILD-FM93CS46 Datasheet
172Kb / 16P
   (MICROWIRE??Bus Interface) 1024-Bit Serial EEPROM with Data Protect and Sequential Read
FM93CS46E FAIRCHILD-FM93CS46E Datasheet
172Kb / 16P
   (MICROWIRE??Bus Interface) 1024-Bit Serial EEPROM with Data Protect and Sequential Read
More results

Similar Description - FM93CS56LZEM8

ManufacturerPart #DatasheetDescription
logo
Fairchild Semiconductor
NM93CS56 FAIRCHILD-NM93CS56 Datasheet
163Kb / 16P
   (MICROWIRE??Bus Interface) 2048-Bit Serial EEPROM with Data Protect and Sequential Read
FM93CS06 FAIRCHILD-FM93CS06 Datasheet
172Kb / 16P
   (MICROWIRE??Bus Interface) 256-Bit Serial EEPROM with Data Protect and Sequential Read
FM93CS66 FAIRCHILD-FM93CS66 Datasheet
171Kb / 16P
   (MICROWIRE??Bus Interface) 4096-Bit Serial EEPROM with Data Protect and Sequential Read
FM93CS46 FAIRCHILD-FM93CS46 Datasheet
172Kb / 16P
   (MICROWIRE??Bus Interface) 1024-Bit Serial EEPROM with Data Protect and Sequential Read
NM93CS46 FAIRCHILD-NM93CS46 Datasheet
163Kb / 16P
   (MICROWIRE??Bus Interface) 1024-Bit Serial EEPROM with Data Protect and Sequential Read
NM93CS06 FAIRCHILD-NM93CS06 Datasheet
164Kb / 16P
   (MICROWIRE??Bus Interface) 256-Bit Serial EEPROM with Data Protect and Sequential Read
NM93CS66 FAIRCHILD-NM93CS66 Datasheet
163Kb / 16P
   (MICROWIRE??Bus Interface) 4096-Bit Serial EEPROM with Data Protect and Sequential Read
logo
National Semiconductor ...
NM93CS06 NSC-NM93CS06 Datasheet
201Kb / 14P
   (MICROWIRETM Bus Interface) 256-/1024-/2048-/4096-Bit Serial EEPROM with Data Protect and Sequential Read
NM93CS06L NSC-NM93CS06L Datasheet
185Kb / 14P
   256-/1024-/2048-/4096-Bit Serial EEPROM with Extended Voltage (2.7V to 5.5V) and Data Protect (MICROWIRE-TM Bus Interface)
logo
Fairchild Semiconductor
FM93C56 FAIRCHILD-FM93C56 Datasheet
114Kb / 13P
   2048-Bit Serial CMOS EEPROM (MICROWIRE??Synchronous Bus)
More results


Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


Datasheet Download

Go To PDF Page


Link URL




Privacy Policy
ALLDATASHEET.NET
Does ALLDATASHEET help your business so far?  [ DONATE ] 

About Alldatasheet   |   Advertisement   |   Contact us   |   Privacy Policy   |   Link Exchange   |   Manufacturer List
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