Electronic Components Datasheet Search
  English  ▼
ALLDATASHEET.NET

X  

CY14B101P-SFXIT Datasheet(PDF) 4 Page - Cypress Semiconductor

Part # CY14B101P-SFXIT
Description  1-Mbit (128 K 횞 8) Serial SPI nvSRAM with Real Time Clock
Download  36 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Manufacturer  CYPRESS [Cypress Semiconductor]
Direct Link  http://www.cypress.com
Logo CYPRESS - Cypress Semiconductor

CY14B101P-SFXIT Datasheet(HTML) 4 Page - Cypress Semiconductor

  CY14B101P-SFXIT Datasheet HTML 1Page - Cypress Semiconductor CY14B101P-SFXIT Datasheet HTML 2Page - Cypress Semiconductor CY14B101P-SFXIT Datasheet HTML 3Page - Cypress Semiconductor CY14B101P-SFXIT Datasheet HTML 4Page - Cypress Semiconductor CY14B101P-SFXIT Datasheet HTML 5Page - Cypress Semiconductor CY14B101P-SFXIT Datasheet HTML 6Page - Cypress Semiconductor CY14B101P-SFXIT Datasheet HTML 7Page - Cypress Semiconductor CY14B101P-SFXIT Datasheet HTML 8Page - Cypress Semiconductor CY14B101P-SFXIT Datasheet HTML 9Page - Cypress Semiconductor Next Button
Zoom Inzoom in Zoom Outzoom out
 4 / 36 page
background image
CY14B101P
Document Number: 001-44109 Rev. *M
Page 4 of 36
Device Operation
CY14B101P is a 1-Mbit nvSRAM memory with integrated RTC
and SPI interface. All the reads and writes to nvSRAM happen
to the SRAM, which gives nvSRAM the unique capability to
handle infinite writes to the memory. The data in SRAM is
secured by a STORE sequence that transfers the data in parallel
to the nonvolatile QuantumTrap cells. A small capacitor (VCAP)
is used to AutoStore the SRAM data in nonvolatile cells when
power goes down providing power-down data security. The
QuantumTrap nonvolatile elements built in the reliable SONOS
technology make nvSRAM the ideal choice for secure data
storage.
In CY14B101P, the 1-Mbit memory array is organized as 128 K
words × 8 bits. The memory is accessed through a standard SPI
interface that enables very high clock speeds up to 40 MHz with
zero cycle delay read and write cycles. CY14B101P supports
SPI modes 0 and 3 (CPOL, CPHA = 0, 0 and 1, 1) and operates
as SPI slave. The device is enabled using the Chip Select (CS)
pin and accessed through Serial Input (SI), Serial Output (SO),
and Serial Clock (SCK) pins.
CY14B101P provides the feature for hardware and software
write protection through the WP pin and WRDI instruction.
CY14B101P
also
provides
mechanisms
for
block
write
protection (1/4, 1/2, or full array) using BP0 and BP1 pins in the
Status Register. Further, the HOLD pin is used to suspend any
serial communication without resetting the serial sequence.
CY14B101P uses the standard SPI opcodes for memory access.
In addition to the general SPI instructions for read and write,
CY14B101P provides four special instructions that enable
access to four nvSRAM specific functions: STORE, RECALL,
AutoStore Disable (ASDISB), and AutoStore Enable (ASENB).
The major benefit of serial (SPI) nvSRAM over serial EEPROMs
is that all reads and writes to nvSRAM are performed at the
speed of SPI bus with zero cycle delay. Therefore, no wait time
is required after any of the memory accesses. The STORE and
RECALL operations need finite time to complete and all memory
accesses are inhibited during this time. While a STORE or
RECALL operation is in progress, the busy status of the device
is indicated by the Hardware STORE Busy (HSB) pin and also
reflected on the RDY bit of the Status Register.
SRAM Write
All writes to nvSRAM are carried out on the SRAM and do not
use up any endurance cycles of the nonvolatile memory. This
enables the user to perform infinite write operations. A write cycle
is performed through the WRITE instruction. The WRITE
instruction is issued through the SI pin of the nvSRAM and
consists of the WRITE opcode, 3 bytes of address, and 1 byte of
data. Write to nvSRAM is done at SPI bus speed with zero cycle
delay.
CY14B101P allows burst mode writes to be performed through
SPI. This enables write operations on consecutive addresses
without issuing a new WRITE instruction. When the last address
in memory is reached in burst mode, the address rolls over to
0x0000 and the device continues to write.
The SPI write cycle sequence is defined in the memory access
section of SPI protocol description.
SRAM Read
A read cycle in CY14B101P is performed at the SPI bus speed
and the data is read out with zero cycle delay after the READ
instruction is executed. The READ instruction is issued through
the SI pin of the nvSRAM and consists of the READ opcode and
3 bytes of address. The data is read out on the SO pin.
CY14B101P enables burst mode reads to be performed through
SPI. This enables reads on consecutive addresses without
issuing a new READ instruction. When the last address in
memory is reached in burst mode read, the address rolls over to
0x0000 and the device continues to read.
The SPI read cycle sequence is defined in the memory access
section of SPI protocol description.
STORE Operation
STORE operation transfers the data from the SRAM to the
nonvolatile QuantumTrap cells. The CY14B101P STOREs data
to the nonvolatile cells using one of the three STORE operations:
AutoStore, activated on device power-down; Software STORE,
activated by a STORE instruction; and Hardware STORE,
activated by the HSB. During the STORE cycle, an erase of the
previous nonvolatile data is first performed, followed by a
program of the nonvolatile elements. After a STORE cycle is
initiated, read/write to CY14B101P is inhibited until the cycle is
completed.
The HSB signal or the RDY bit in the Status Register can be
monitored by the system to detect if a STORE or Software
RECALL cycle is in progress. The busy status of nvSRAM is
indicated by HSB being pulled LOW or RDY bit being set to ‘1’.
To avoid unnecessary nonvolatile STOREs, AutoStore and
Hardware STORE operations are ignored unless at least one
write operation has taken place since the most recent STORE or
RECALL cycle. However, software initiated STORE cycles are
performed regardless of whether a write operation took place.
AutoStore Operation
The AutoStore operation is a unique feature of nvSRAM, which
automatically stores the SRAM data to QuantumTrap during
power-down. This STORE makes use of an external capacitor
(VCAP) and enables the device to safely STORE the data in the
nonvolatile memory when power goes down.
During normal operation, the device draws current from VCC to
charge the capacitor connected to the VCAP pin. When the
voltage on the VCC pin drops below VSWITCH during power-down,
the device inhibits all memory accesses to nvSRAM and
automatically performs a conditional STORE operation using the
charge from the VCAP capacitor. The AutoStore operation is not
initiated if no write cycle was performed since the last RECALL.
Note If a capacitor is not connected to VCAP pin, AutoStore must
be disabled by issuing the AutoStore Disable instruction
specified in AutoStore Disable (ASDISB) instruction on page 15.
If AutoStore is enabled without a capacitor on VCAP pin, the
device attempts an AutoStore operation without sufficient charge
to complete the Store. This corrupt the data stored in nvSRAM
and Status Register. To resume normal functionality, the WRSR
instruction must be issued to update the nonvolatile bits BP0,
BP1 and WPEN in the Status Register.


Similar Part No. - CY14B101P-SFXIT

ManufacturerPart #DatasheetDescription
logo
Cypress Semiconductor
CY14B101P-SFXIT CYPRESS-CY14B101P-SFXIT Datasheet
1Mb / 33P
   1 Mbit (128K x 8) Serial SPI nvSRAM with Real Time Clock
CY14B101P-SFXIT CYPRESS-CY14B101P-SFXIT Datasheet
1Mb / 36P
   1-Mbit (128 K x 8) Serial SPI nvSRAM with Real Time Clock
More results

Similar Description - CY14B101P-SFXIT

ManufacturerPart #DatasheetDescription
logo
Cypress Semiconductor
CY14C101PA CYPRESS-CY14C101PA Datasheet
1Mb / 44P
   1-Mbit (128 K 횞 8) Serial (SPI) nvSRAM with Real Time Clock
CY14C101PA CYPRESS-CY14C101PA_12 Datasheet
1Mb / 43P
   1-Mbit (128 K 횞 8) Serial (SPI) nvSRAM with Real Time Clock
CY14C101I CYPRESS-CY14C101I_12 Datasheet
1Mb / 41P
   1-Mbit (128 K 횞 8) Serial (I2C) nvSRAM with Real Time Clock
CY14C101PA_1105 CYPRESS-CY14C101PA_1105 Datasheet
1Mb / 44P
   1-Mbit (128 K x 8) Serial (SPI) nvSRAM with Real Time Clock
CY14B101P CYPRESS-CY14B101P_13 Datasheet
1Mb / 36P
   1-Mbit (128 K x 8) Serial SPI nvSRAM with Real Time Clock
CY14C101PA CYPRESS-CY14C101PA_13 Datasheet
1Mb / 43P
   1-Mbit (128 K x 8) Serial (SPI) nvSRAM with Real Time Clock
CY14B101PA_1107 CYPRESS-CY14B101PA_1107 Datasheet
1Mb / 35P
   1-Mbit (128 K x 8) Automotive Serial (SPI) nvSRAM with Real Time Clock
CY14B101P CYPRESS-CY14B101P_11 Datasheet
1Mb / 35P
   1-Mbit (128 K x 8) Automotive Serial (SPI) nvSRAM with Real Time Clock
CY14B101KA CYPRESS-CY14B101KA_12 Datasheet
707Kb / 34P
   1-Mbit (128 K 횞 8/64 K 횞 16) nvSRAM with Real Time Clock
CY14C101Q CYPRESS-CY14C101Q_12 Datasheet
1Mb / 33P
   1-Mbit (128 K 횞 8) Serial (SPI) nvSRAM
More results


Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36


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