M45PE10 NUMONYX | Alldatasheet
Document overview
- Manufacturer or author: Provided By ALLDATASHEET.COM(FREE DATASHEET DOWNLOAD SITE)
- PDF pages: 47
Technical content
Datasheet sections
- 1 Description
- 2 Signal descriptions
- 2.1 Serial Data output (Q)
- 2.2 Serial Data input (D)
- 2.3 Serial Clock (C)
- 2.4 Chip Select (S
- 2.5 Reset (Reset )
- 2.6 Write Protect (W )
- 2.7 V CC supply voltage
- 2.8 V SS ground
- 3 SPI modes
- 4 Operating features
- 4.1 Sharing the overhead of modifying data
- 4.2 An easy way to modify data
- 4.3 A fast way to modify data
- 4.4 Polling during a write, program or erase cycle
- 4.5 Reset
- 4.6 Active power, standby power and deep power-down modes
- 4.7 Status register
- 4.8 Protection modes
- 5 Memory organization
- 6 Instructions
- 6.1 Write enable (WREN)
- 6.2 Write disable (WRDI)
- 6.3 Read identification (RDID)
- 6.4 Read status register (RDSR)
- 6.4.1 WIP bit
Features
■ SPI bus compatible serial interface ■ 75 MHz clock rate (maximum) ■ 2.7 V to 3.6 V single supply voltage ■ 1-Mbit of page-erasable Flash memory ■ Page size: 256 bytes – Page write in 11 ms (typical) – Page program in 0.8 ms (typical) – Page erase in 10 ms (typical) ■ Sector erase (512 Kbits) ■ Hardware write protection of the bottom sector (64 Kbytes) ■ Electronic signature – JEDEC standard two-byte signature (4011h) – Unique ID code (UID) with 16 bytes read- only, available upon customer request only in the T9HX process ■ Deep power-down mode 1 µA (typical) ■ More than 100 000 write cycles ■ More than 20 years data retention ■ Packages – ECOPACK® (RoHS compliant) SO8N (MN) 150 mil width VFQPN8 (MP) (MLP8) www.numonyx.com
Table 16. SO8N – 8 lead plastic small outline, 150 mils body width, package Table 17. MLP8, 8-lead very thin dual flat package no lead, 6 × 5 mm, package
1 Description
cycle followed by a page program cycle. wide. Thus, the whole memory can be viewed as consisting of 512 pages, or 131,072 bytes. a time, using the sector erase instruction. parts operating with a maximum clock rate of 75 MHz starts from week 8 of 2008. Figure 1. Logic diagram Figure 2. SO and VDFPN connections
- There is an exposed central pad on the underside of the VFQFPN package. This is pulled, internally, to
VSS, and must not be allowed to be connected to any other voltage or signal line on the PCB.
- See Package mechanical section for package dimensions, and how to identify pin-1.
Table 1. Signal names
Signal descriptions M45PE10
2 Signal descriptions
2.1 Serial Data output (Q)
This output signal is used to transfer data serially out of the device. Data is shifted out on the falling edge of Serial Clock (C).
2.2 Serial Data input (D)
This input signal is used to transfer data serially into the device. It receives instructions, addresses, and the data to be programmed. Values are latched on the rising edge of Serial Clock (C).
2.3 Serial Clock (C)
This input signal provides the timing of the serial interface. Instructions, addresses, or data present at serial data input (D) are latched on the rising edge of Serial Clock (C). Data on serial data output (Q) changes after the falling edge of Serial Clock (C).
2.4 Chip Select (S )
When this input signal is High, the device is deselected and serial data output (Q) is at high impedance. Unless an internal read, program, erase or write cycle is in progress, the device will be in the standby power mode (this is not the deep power-down mode). Driving Chip Select (S ) Low selects the device, placing it in the active power mode. After power-up, a falling edge on Chip Select (S) is required prior to the start of any instruction.
2.5 Reset (Reset )
The Reset (Reset) input provides a hardware reset for the memory. In this mode, the outputs are high impedance. When Reset (Reset) is driven High, the memory is in the normal operating mode. When Reset (Reset) is driven Low, the memory will enter the reset mode, provided that no internal operation is currently in progress. Driving Reset (Reset) Low while an internal operation is in progress has no effect on that internal operation (a write cycle, program cycle, or erase cycle).
2.6 Write Protect (W )
This input signal puts the device in the hardware protected mode, when write protect (W) is connected to VSS, causing the first 256 pages of memory to become read-only by protecting them from write, program and erase operations. When write protect (W) is connected to VCC, the first 256 pages of memory behave like the other pages of memory.
M45PE10 Signal descriptions
2.7 V CC supply voltage
VCC is the supply voltage.
2.8 V SS ground
VSS is the reference for the VCC supply voltage.
3 SPI modes
- CPOL=0, CPHA=0
- CPOL=1, CPHA=1 For these two modes, input data is latched in on the rising edge of Serial Clock (C), and output data is available from the falling edge of Serial Clock (C). The difference between the two modes, as shown in Figure 4, is the clock polarity when the bus master is in standby mode and not transferring data:
- C remains at 0 for (CPOL=0, CPHA=0)
- C remains at 1 for (CPOL=1, CPHA=1)
Figure 3. Bus master and memory devices on the SPI bus
- The Write Protect (W ) signal should be driven, High or Low as appropriate.
time, the other devices are high impedance. line in the high impedance state. time, and so, that the tSHCH requirement is met.
state (S = High and C = Low) while the SPI bus is in high impedance. Figure 4. SPI modes supported
Operating features M45PE10
4 Operating features
4.1 Sharing the overhead of modifying data
To write or program one (or more) data bytes, two instructions are required: Write Enable (WREN), which is one byte, and a page write (PW) or page program (PP) sequence, which consists of four bytes plus data. This is followed by the internal cycle (of duration t PW or tPP). To share this overhead, the page write (PW) or page program (PP) instruction allows up to 256 bytes to be programmed (changing bits from 1 to 0) or written (changing bits to 0 or 1) at a time, provided that they lie in consecutive addresses on the same page of memory.
4.2 An easy way to modify data
The page write (PW) instruction provides a convenient way of modifying data (up to 256 contiguous bytes at a time), and simply requires the start address, and the new data in the instruction sequence. The page write (PW) instruction is entered by driving Chip Select (S ) Low, and then transmitting the instruction byte, three address bytes (A23-A0) and at least one data byte, and then driving Chip Select (S ) High. While Chip Select (S) is being held Low, the data bytes are written to the data buffer, starting at the address given in the third address byte (A7-A0). When Chip Select (S ) is driven High, the write cycle starts. The remaining, unchanged, bytes of the data buffer are automatically loaded with the values of the corresponding bytes of the addressed memory page. The addressed memory page then automatically put into an erase cycle. Finally, the addressed memory page is programmed with the contents of the data buffer. All of this buffer management is handled internally, and is transparent to the user. The user is given the facility of being able to alter the contents of the memory on a byte-by-byte basis. For optimized timings, it is recommended to use the page write (PW) instruction to write all consecutive targeted bytes in a single sequence versus using several page write (PW) sequences with each containing only a few bytes (see Section 6.7: Page write (PW), Table 14: AC characteristics (50 MHz operation), and Table 15: AC characteristics (75 MHz operation, T9HX (0.11 µm) process)).
M45PE10 Operating features
4.3 A fast way to modify data
The Page Program (PP) instruction provides a fast way of modifying data (up to 256 contiguous bytes at a time), provided that it only involves resetting bits to 0 that had previously been set to ‘1’. This might be:
- when the designer is programming the device for the first time
- when the designer knows that the page has already been erased by an earlier page erase (PE) or sector erase (SE) instruction. This is useful, for example, when storing a fast stream of data, having first performed the erase cycle when time was available
- when the designer knows that the only changes involve resetting bits to 0 that are still set to ‘1’. When this method is possible, it has the additional advantage of minimizing the number of unnecessary erase operations, and the extra stress incurred by each page. For optimized timings, it is recommended to use the page program (PP) instruction to program all consecutive targeted bytes in a single sequence versus using several page program (PP) sequences with each containing only a few bytes (see Section 6.8: Page program (PP), Table 14: AC characteristics (50 MHz operation), and Table 15: AC characteristics (75 MHz operation, T9HX (0.11 µm) process)).
4.4 Polling during a write, program or erase cycle
A further improvement in the write, program or erase time can be achieved by not waiting for the worst case delay (tPW, tPP, tPE, or tSE). The write in progress (WIP) bit is provided in the status register so that the application program can monitor its value, polling it to establish when the previous cycle is complete.
4.5 Reset
An internal power on reset circuit helps protect against inadvertent data writes. Addition protection is provided by driving Reset (Reset ) Low during the power-on process, and only driving it High when VCC has reached the correct voltage level, VCC(min).
4.6 Active power, standby power and deep power-down modes
When Chip Select (S) is Low, the device is selected, and in the active power mode. When Chip Select (S) is High, the device is deselected, but could remain in the active power mode until all internal cycles have completed (program, erase, write). The device then goes in to the standby power mode. The device consumption drops to I CC1. The deep power-down mode is entered when the specific instruction (the deep power-down (DP) instruction) is executed. The device consumption drops further to ICC2. The device remains in this mode until another specific instruction (the release from deep power-down and read electronic signature (RES) instruction) is executed. All other instructions are ignored while the device is in the deep power-down mode. This can be used as an extra software protection mechanism, when the device is not in active use, to protect the device from inadvertent write, program or erase instructions.
Operating features M45PE10
4.7 Status register
The status register contains two status bits that can be read by the read status register (RDSR) instruction. See Section 6.4: Read status register (RDSR) for a detailed description of the status register bits.
4.8 Protection modes
The environments where non-volatile memory devices are used can be very noisy. No SPI device can operate correctly in the presence of excessive noise. To help combat this, the M45PE10 features the following data protection mechanisms:
- Power on reset and an internal timer (tPUW) can provide protection against inadvertent changes while the power supply is outside the operating specification.
- Program, erase and write instructions are checked that they consist of a number of clock pulses that is a multiple of eight, before they are accepted for execution.
- All instructions that modify data must be preceded by a write enable (WREN) instruction to set the write enable latch (WEL) bit. This bit is returned to its reset state by the following events: –P o w e r - u p – Reset (Reset ) driven Low – Write disable (WRDI) instruction completion – Page write (PW) instruction completion – Page program (PP) instruction completion – Page erase (PE) instruction completion – Sector erase (SE) instruction completion
- The hardware protected mode is entered when write protect (W) is driven Low, causing the first 256 pages of memory to become read-only. When write protect (W) is driven High, the first 256 pages of memory behave like the other pages of memory
- The Reset (Reset) signal can be driven Low to protect the contents of the memory during any critical time, not just during power-up and power-down
- In addition to the low power consumption feature, the deep power-down mode offers extra software protection from inadvertent write, program and erase instructions while the device is not in active use.
5 Memory organization
- 512 pages (256 bytes each)
- 131,072 bytes (8 bits each)
- 2 sectors (512 Kbits, 65536 bytes each) Each page can be individually:
- programmed (bits are programmed from 1 to 0)
- erased (bits are erased from 0 to 1)
- written (bits are changed to either 0 or 1) The device is page or sector erasable (bits are erased from 0 to 1).
Table 2. Memory organization
Figure 5. Block diagram
6 Instructions
The instruction set is listed in Table 3. instruction, this might be followed by address bytes, or by data bytes, or by both or none. sequence is being shifted out. are ignored, and the internal write cycle, program cycle or erase cycle continues unaffected. Table 3. Instruction set
6.1 Write enable (WREN)
The write enable (WREN) instruction (Figure 6) sets the write enable latch (WEL) bit. (PP), page erase (PE), and sector erase (SE) instruction. instruction code, and then driving Chip Select (S) High. Figure 6. Write enable (WREN) instruction sequence
6.2 Write disable (WRDI)
The write disable (WRDI) instruction (Figure 7) resets the write enable latch (WEL) bit. instruction code, and then driving Chip Select (S) High.
- Power-up
- Write disable (WRDI) instruction completion
- Page write (PW) instruction completion
- Page program (PP) instruction completion
- Page erase (PE) instruction completion
- Sector erase (SE) instruction completion
Figure 7. Write disable (WRDI) instruction sequence
6.3 Read identification (RDID)
- Manufacturer identification (1 byte)
- Device identification (2 bytes)
- A unique ID code (UID) (17 bytes, of which 16 available upon customer request)(a). The manufacturer identification is assigned by JEDEC, and has the value 20h for Numonyx. The device identification is assigned by the device manufacturer, and indicates the memory type in the first byte (40h), and the memory capacity of the device in the second byte (11h). The UID contains the length of the following data in the first byte (set to 10h), and 16 bytes of the optional customized factory data (CFD) content. The CFD bytes are read-only and can be programmed with customers data upon their demand. If the customers do not make requests, the devices are shipped with all the CFD bytes programmed to zero (00h). Any read identification (RDID) instruction while an erase or program cycle is in progress, is not decoded, and has no effect on the cycle that is in progress. The device is first selected by driving Chip Select (S ) Low. Then, the 8-bit instruction code for the instruction is shifted in. After this, the 24-bit device identification, stored in the memory, the 8-bit CFD length followed by 16 bytes of CFD content will be shifted out on serial data output (Q). Each bit is shifted out during the falling edge of Serial Clock (C). The instruction sequence is shown in Figure 8. The Read Identification (RDID) instruction is terminated by driving Chip Select (S ) High at any time during data output. When Chip Select (S) is driven High, the device is put in the standby power mode. Once in the standby power mode, the device waits to be selected, so that it can receive, decode and execute instructions. a. The 17 bytes of unique ID code are available only in the T9HX process (see Important note on page 6).
Table 4. Read identification (RDID) data-out sequence
- The unique ID code is available only in the T9HX process (see Important note on page 6).
Figure 8. Read identification (RDID) instruction sequence and data-out sequence
- The unique ID code is available only in the T9HX process (see Important note on page 6).
6.4 Read status register (RDSR)
register may be read at any time, even while a program, erase or write cycle is in progress. register continuously, as shown in Figure 9.
6.4.1 WIP bit
6.4.2 WEL bit
reset and no write, program or erase instruction is accepted. Table 5. Status register format
- WEL and WIP are volatile read-only bits (WEL is set and reset by specific instructions; WIP is
automatically set and reset by the internal logic of the device).
Figure 9. Read status register (RDSR) instruction sequence and data-out sequence
6.5 Read data bytes (READ)
R, during the falling edge of Serial Clock (C). The instruction sequence is shown in Figure 10. to be continued indefinitely. any effects on the cycle that is in progress.
Figure 10. Read data bytes (READ) instruction sequence and data-out sequence
- Address bits A23 to A17 are don’t care.
6.6 Read data bytes at higher speed (FAST_READ)
A0) and a dummy byte, each bit being latched-in during the rising edge of Serial Clock (C). C, during the falling edge of Serial Clock (C). The instruction sequence is shown in Figure 11. therefore, be read with a single read data bytes at higher speed (FAST_READ) instruction. the read sequence to be continued indefinitely. is in progress, is rejected without having any effects on the cycle that is in progress. Figure 11. Read data bytes at higher speed (FAST_READ) instruction sequence
- Address bits A23 to A17 are don’t care.
6.7 Page write (PW)
The page write (PW) instruction allows bytes to be written in the memory. Before it can be accepted, a write enable (WREN) instruction must previously have been executed. After the write enable (WREN) instruction has been decoded, the device sets the write enable latch (WEL). The page write (PW) instruction is entered by driving Chip Select (S ) Low, followed by the instruction code, three address bytes and at least one data byte on serial data input (D). The rest of the page remains unchanged if no power failure occurs during this write cycle. The page write (PW) instruction performs a page erase cycle even if only one byte is updated. If the 8 least significant address bits (A7-A0) are not all zero, all transmitted data exceeding the addressed page boundary wrap round, and are written from the start address of the same page (the one whose 8 least significant address bits (A7-A0) are all zero). Chip Select ) must be driven Low for the entire duration of the sequence. The instruction sequence is shown in Figure 12. If more than 256 bytes are sent to the device, previously latched data are discarded and the last 256 data bytes are guaranteed to be written correctly within the same page. If less than 256 data bytes are sent to device, they are correctly written at the requested addresses without having any effects on the other bytes of the same page. For optimized timings, it is recommended to use the page write (PW) instruction to write all consecutive targeted bytes in a single sequence versus using several page write (PW) sequences with each containing only a few bytes (see Table AC characteristics (50 MHz operation) and Table 15: AC characteristics (75 MHz operation, T9HX (0.11 µm) process)). Chip Select (S ) must be driven High after the eighth bit of the last data byte has been latched in, otherwise the page write (PW) instruction is not executed. As soon as Chip Select (S) is driven High, the self-timed page write cycle (whose duration is tPW) is initiated. While the page write cycle is in progress, the status register may be read to check the value of the write in progress (WIP) bit. The write in progress (WIP) bit is 1 during the self-timed page write cycle, and is 0 when it is completed. At some unspecified time before the cycle is complete, the write enable latch (WEL) bit is reset. A page write (PW) instruction applied to a page that is hardware protected is not executed. Any page write (PW) instruction, while an erase, program or write cycle is in progress, is rejected without having any effects on the cycle that is in progress.
Figure 12. Page write (PW) instruction sequence
- Address bits A23 to A17 are don’t care.
6.8 Page program (PP)
The page program (PP) instruction allows bytes to be programmed in the memory (changing bits from 1 to 0, only). Before it can be accepted, a Write Enable (WREN) instruction must previously have been executed. After the write enable (WREN) instruction has been decoded, the device sets the write enable latch (WEL). The page program (PP) instruction is entered by driving Chip Select (S ) Low, followed by the instruction code, three address bytes and at least one data byte on serial data input (D). If the 8 least significant address bits (A7-A0) are not all zero, all transmitted data exceeding the addressed page boundary wrap round, and are programmed from the start address of the same page (the one whose 8 least significant address bits (A7-A0) are all zero). Chip Select (S ) must be driven Low for the entire duration of the sequence. The instruction sequence is shown in Figure 13. If more than 256 bytes are sent to the device, previously latched data are discarded and the last 256 data bytes are guaranteed to be programmed correctly within the same page. If less than 256 data bytes are sent to device, they are correctly programmed at the requested addresses without having any effects on the other bytes of the same page. For optimized timings, it is recommended to use the page program (PP) instruction to program all consecutive targeted bytes in a single sequence versus using several page program (PP) sequences with each containing only a few bytes (see Table 14: AC characteristics (50 MHz operation) and Table 15: AC characteristics (75 MHz operation, T9HX (0.11 µm) process)). Chip Select (S ) must be driven High after the eighth bit of the last data byte has been latched in, otherwise the page program (PP) instruction is not executed. As soon as Chip Select (S) is driven High, the self-timed page program cycle (whose duration is tPP) is initiated. While the page program cycle is in progress, the status register may be read to check the value of the write in progress (WIP) bit. The write in progress (WIP) bit is 1 during the self-timed page program cycle, and is 0 when it is completed. At some unspecified time before the cycle is complete, the write enable latch (WEL) bit is reset. A page program (PP) instruction applied to a page that is hardware protected is not executed. Any page program (PP) instruction, while an erase, program or write cycle is in progress, is rejected without having any effects on the cycle that is in progress.
Figure 13. Page program (PP) instruction sequence
- Address bits A23 to A17 are don’t care.
6.9 Page erase (PE)
can be accepted, a write enable (WREN) instruction must previously have been executed. Low for the entire duration of the sequence. The instruction sequence is shown in Figure 14. ) is driven High, the self-timed page erase cycle (whose duration is tPE) is initiated. is complete, the write enable latch (WEL) bit is reset. A page erase (PE) instruction applied to a page that is hardware protected is not executed. rejected without having any effects on the cycle that is in progress. Figure 14. Page erase (PE) instruction sequence
- Address bits A23 to A17 are don’t care.
6.10 Sector erase (SE)
can be accepted, a write enable (WREN) instruction must previously have been executed. must be driven Low for the entire duration of the sequence. The instruction sequence is shown in Figure 15. before the cycle is complete, the write enable latch (WEL) bit is reset. rejected without having any effects on the cycle that is in progress. Figure 15. Sector erase (SE) instruction sequence
- Address bits A23 to A17 are don’t care.
6.11 Deep power-down (DP)
device ignores all write, program and erase instructions. powers-up in the standby power mode. entire duration of the sequence. The instruction sequence is shown in Figure 16. to ICC2 and the deep power-down mode is entered. progress, is rejected without having any effects on the cycle that is in progress. Figure 16. Deep power-down (DP) instruction sequence
6.12 Release from deep power-down (RDP)
takes the device out of the deep power-down mode. driven Low for the entire duration of the sequence. The instruction sequence is shown in Figure 17. Low, cause the instruction to be rejected, and not executed. device waits to be selected, so that it can receive, decode and execute instructions. cycle is in progress, is rejected without having any effects on the cycle that is in progress. Figure 17. Release from deep power-down (RDP) instruction sequence
Power-up and power-down M45PE10
7 Power-up and power-down
At power-up and power-down, the device must not be selected (that is Chip Select (S) must follow the voltage applied on VCC) until VCC reaches the correct value:
- VCC(min) at power-up, and then for a further delay of tVSL
- VSS at power-down A safe configuration is provided in Section 3: SPI modes. To avoid data corruption and inadvertent write operations during power up, a power on reset (POR) circuit is included. The logic inside the device is held reset while VCC is less than the power on reset (POR) threshold value, VWI – all operations are disabled, and the device does not respond to any instruction. Moreover, the device ignores all write enable (WREN), page write (PW), page program (PP), page erase (PE) and sector erase (SE) instructions until a time delay of tPUW has elapsed after the moment that VCC rises above the VWI threshold. However, the correct operation of the device is not guaranteed if, by this time, VCC is still below VCC(min). No write, program or erase instructions should be sent until the later of:
- tPUW after VCC passed the VWI threshold
- tVSL after wrap round VCC passed the VCC(min) level These values are specified in Table 6. If the delay, tVSL, has elapsed, after VCC has risen above VCC(min), the device can be selected for read instructions even if the tPUW delay is not yet fully elapsed. As an extra protection, the Reset (Reset) signal can be driven Low for the whole duration of the power-up and power-down phases. At power-up, the device is in the following state:
- The device is in the standby power mode (not the deep power-down mode)
- The write enable latch (WEL) bit is reset
- The write in progress (WIP) bit is reset Normal precautions must be taken for supply rail decoupling, to stabilize the VCC supply. Each device in a system should have the VCC line decoupled by a suitable capacitor close to the package pins (generally, this capacitor is of the order of 100 nF). At power-down, when VCC drops from the operating voltage, to below the power on reset (POR) threshold value, VWI, all operations are disabled and the device does not respond to any instruction (the designer needs to be aware that if a power-down occurs while a write, program or erase cycle is in progress, some data corruption can result).
Figure 18. Power-up timing Table 6. Power-up timing and V WI threshold
- These parameters are charac terized only, over the temperature range –40 °C to +85 °C.
8 Initial delivery state
contains FFh). All usable status register bits are 0.
9 Maximum ratings
extended periods may affect device reliability. Table 7. Absolute maximum ratings
- Compliant with JEDEC Std J-STD-020C (for sm all body, Sn-Pb or Pb assembly), the Numonyx
10 DC and AC parameters
match the measurement conditions when relying on the quoted parameters.
- Output Hi-Z is defined as the point where data out is no longer driven.
Figure 19. AC measurement I/O waveform Table 8. Operating conditions Table 9. AC measurement conditions Table 10. Capacitance (1)
- Sampled only, not 100% tested, at T A=25 °C and a frequency of 33 MHz.
Table 11. DC characteristics
Table 12. AC characteristics (25 MHz operation)
- t CH + tCL must be greater than or equal to 1/ fC(max).
- Value guaranteed by characterizati on, not 100% tested in production.
0.03 V/ns
- When using PP and PW instructions to update consec utive bytes, optimized timings are obtained with one
sequence including all the bytes versus several sequences of only a few bytes (1 ≤ n ≤ 256).
Table 13. AC characteristics (33 MHz operation)
33 MHz only available for products marked since week 40 of 2005(1)
- Details of how to find the date of mark ing are given in application note, AN1995.
- t CH + tCL must be greater than or equal to 1/ fC.
- Value guaranteed by characterizati on, not 100% tested in production.
- When using PP and PW instructions to update consec utive bytes, optimized timings are obtained with one
sequence including all the bytes versus several sequences of only a few bytes (1 ≤ n ≤ 256).
Table 14. AC characteristics (50 MHz operation)
50 MHz operation for T9HX technology(1)
- Delivery of parts in T9HX pr ocess to start from August 2007.
- t CH + tCL must be greater than or equal to 1/ fC.
- Value guaranteed by characterization, not 100% tested in production.
- n = number of bytes to program. int(A) corresponds to the upper integer part of A. Examples: int(1/8) = 1, int(16/8) = 2,
Table 15. AC characteristics (75 MHz operation, T9HX (0.11 µm) process (1))(2)
- See Important note on page 6.
- Details of how to find the te chnology process in the marking are given in AN1995, see also Section 12: Ordering
- t CH + tCL must be greater than or equal to 1/ fC.
- Value guaranteed by characterization, not 100% tested in production.
- Only applicable as a constraint for a WRSR instruction when SRWD is set to ‘1’.
- When using PP and PW instructions to update consecutive bytes, optimized timings are obtained with one sequence
including all the bytes versus several sequences of only a few bytes (1 ≤ n ≤ 256).
- int(A) corresponds to the upper integer part of A. Fo r instance, int(12/8) = 2, int(32/8) = 4 int(15.3) =16.
Figure 24. SO8N – 8 lead plastic small outli ne, 150 mils body width, package outline
Figure 25. MLP8, 8-lead very thin dual flat package no lead, 6 × 5 mm, package
‘4’), please contact your nearest Numonyx sales office. Table 18. Ordering information scheme 6 = Industrial temperature range, –40 to 85 °C.
Table 19. Document revision history 29-Apr-2003 1.0 Initial release. driven, and cannot be left unconnected). options added. Change of naming for VDFPN8 package. 25-Jun-2004 1.3 Soldering temperature information clarified for RoHS compliant devices. Document reformatted. 50 MHz frequency added (Table 14 added). VCC supply voltage and VSS ground descriptions added. Figure 4: SPI modes supported modified and explanatory text added. VIO max modified in Table 7: Absolute maximum ratings. tSHQZ end timing line modified in Figure 22: Output timing. information scheme. Small text changes. Package specifications updated (see Section 11: Package mechanical). Removed ‘low voltage’ from the title. 75 MHz) through the document. µm) process) and ECOPACK® text in Section 11: Package mechanical. 01-Apr-2008 7 Applied Numonyx branding.