Sunteți pe pagina 1din 10

Application Note

Third Party Flash Programming Support for the Z8 Encore! MCU


AN011706-0608

Abstract
This Application Note provides an overview of the Flash Memory and Flash Controller in Zilogs Z8 Encore! family of microcontrollers. It also describes a method to bypass the Flash Controller. The Flash Controller can be bypassed to allow direct control of Flash signals via the GeneralPurpose Input/Output (GPIO) pins. The Flash Memory can be programmed faster by controlling the Flash Memory signals directly and is beneficial when programming a large number of devices. This method is used by third party vendors who manufacture using gang programmers.

These three bytes are: 0x80initiates an auto-baud calculation of the DGB interface data and clock rate. 0xF0OCD Write Testmode Register command. 0x04Data to be written to the Testmode Register enables Flash Controller BYPASS mode. For more information on the On-Chip Debugger, refer to the Z8 Encore! device-specific product specification.

Flash Memory Control Signals


Depending on the size of (number of bytes available) Flash Memory, interfacing directly to Flash Memory uses 42 signals: 16 signals for the address lines 8 signals for data input 8 signals for data output 10 control signals

Flash Memory Overview


Zilogs Z8 Encore! family of microcontrollers feature Flash Program Memory selections up to 64 KB. By using Flash Memory, you have the ability to easily update the code. The Z8 Encore! MCU features an on-chip Flash Controller that manages the timing of Flash control signals for programming, Page Erase, and Mass Erase operations. For more information on Flash Memory and Flash Controllers, refer to the Z8 Encore! device-specific product specification.

Table 1 on page 2 lists the Flash Memory control signals.

Bypassing the Flash Controller


Flash Controller BYPASS mode is enabled by writing three bytes (0x80, 0xF0, and 0x04) to the On-Chip Debugger (OCD) through the DBG interface.

Copyright 2008 by Zilog, Inc. All rights reserved. www.zilog.com

Third Party Flash Programming Support for the Z8 Encore! MCU

Table 1. Flash Memory Control Signals


Signal XADDR[9:0] Direction IN Description X address input selects row. XADDR[9:0] corresponds to the upper 10 bits of the Program Memory address space (PROGMEM[15:6]). For Z8 Encore! devices with less than 64 KB of Program Memory, the unused upper address bits must be set to 0. Y address input selects one byte within a row. YADDR[5:0] corresponds to the lower 6 bits of the Program Memory address space (PROGMEM[5:0]). Data input. Data output. X address enable. Y address enable. Sense amplifier enable. Output enable. Erase enable. This signal is used to select an erase operations. Mass erase select. This signal is used to distinguish between Page Erase and Mass Erase operations. Program enable. This signal is used to select a program operation. Non-volatile store enable. This signal is used during Page Erase, Mass Erase, and programming operations. This signal is used for test during manufacture of the part. This signal must be set to one during all operations. This signal is used for test during manufacture of the part. This signal must be set to zero during all operations.

YADDR[5:0]

IN

DIN[7:0] DOUT[7:0] XE YE SE OE ERASE MAS1 PROG NVSTR TEST1 TEST0

IN OUT IN IN IN IN IN IN IN IN IN IN

Flash Memory Operations


When bypassing the Flash Controller, all Flash Memory operations (Read, Program, Page Erase, and Mass Erase) are available. The mode of operation is set by the Flash Memory control signals as described in Table 2 on page 3.

Flash Bypass Mode Register Structure


To facilitate using Flash Controller BYPASS mode for all package sizes, all signals are registered internally. As a result, all data access is allowed to occur through a single 8-bit GPIO port (Port A). Three other GPIO port pins, (Ports B1, B0, and C0) select an data input register or data output register (see Table 3 on page 3).

AN011706-0608

Page 2 of 10

Third Party Flash Programming Support for the Z8 Encore! MCU

Table 2. Flash Mode Truth Table


Mode Read Program Page Erase Mass Erase XE H H H H YE H H L L SE H L L L OE H L L L PROG ERASE MAS1 NVSTR TEST1 TEST0 L H L L L L H H L L L H L H H H H H H H L L L L

Table 3. Control Registers in Flash Bypass Mode


Register Select [Port B1, Port B0, Port C0] 000 Input/Output Port A7 Port A6 Port A5 Port A4 Port A3 Port A2 Port A1 Port A0 Input XADDR[9] XADDR[8] XADDR[7] XADDR[6] XADDR[5] XADDR[4] XADDR[3] XADDR[2] 001 Input XADDR[1] XADDR[0] YADDR[5] YADDR[4] YADDR[3] YADDR[2] YADDR[1] YADDR[0] 010 Input DIN[7] DIN[6] DIN[5] DIN[4] DIN[3] DIN[2] DIN[1] DIN[0] 011 Input XE YE SE OE ERASE PROG MAS1 NVSTR 100 Input TEST1 TEST0 NOP NOP NOP NOP NOP NOP 101 Output DOUT[7] DOUT[6] DOUT[5] DOUT[4] DOUT[3] DOUT[2] DOUT[1] DOUT[0] 110111 Input NOP NOP NOP NOP NOP NOP NOP NOP

AN011706-0608

Page 3 of 10

Third Party Flash Programming Support for the Z8 Encore! MCU

Flash Bypass Mode Register Structure


Figure 1 displays the multiplexed register structure that allows access to all Flash Memory signals through GPIO Port A.
Flash

Registers

XADDR[9:0]

YADDR[5:0] Data Input/Output PortA0 PortA1 PortA2 PortA3 PortA4 PortA5 PortA6 PortA7 DIN[7:0]

Register Select PortB1 PortB0 PortC0

DOUT[7:0] XE YE OE SE ERASE PROG MAS1 NVSTR TEST1 TEST0

Figure 1. Flash Bypass Mode Register Structure

Bypass Mode Register Read Timing


Figure 2 displays the timing of a Read operation from the Flash Controller Bypass mode registers. When reading data, output data is latched into the output register on the first clock edge. The data is read on the next clock edge.

XIN B1,B0,C0 Selector Port A driven by Chip XX 101 XX XX

Data Latched in Output Register

Valid Data read on next clock edge

Figure 2. Bypass Mode Register Read Timing


AN011706-0608 Page 4 of 10

Third Party Flash Programming Support for the Z8 Encore! MCU

Bypass Mode Register Write Timing


Figure 3 displays the timing of a write operation from the Flash Controller Bypass mode registers.

When writing data into the registers, the data is latched in on the rising edge of XIN.

XIN B1,B0,C0 Selector Port driven externally

Data latched in selected register on rising edge of XIN

Figure 3. Bypass Mode Register Write Timing

Flash Row Programming


Flash Memory can be programmed either a single byte at a time or a row at a time. Multi-byte row programming allows programming of a full row of Flash Memory without incurring all of the programming setup and recovery time for each byte. During row programming, the Flash Memorys PROG and NVSTR signals are continuously asserted until all bytes in a row have been programmed. As a result, the row can be programmed more quickly than if these signals are deasserted after each byte is programmed. Table 4. Flash Memory Timing Parameters
Parameter X address access time Y address access time OE access time PROG/ERASE to NVSTR setup time NVSTR hold time NVSTR hold time (Mass Erase) NVSTR to program setup time Program hold time

During row programming, you must ensure that the cumulative programming high voltage period does not exceed the specification limits for a row. Zilog recommends that row programming must be used onlyone time per row and not in combination with single-byte writes to the same row without first erasing it.

Flash Memory Timing


Table 4, and Figure 4 through Figure 7, provide detailed timing information on accessing Flash Memory in Flash Controller BYPASS mode.

Symbol Txa Tya Toa Tnvs Tnvh Tnvh1 Tpgs Tpgh

Min 5 5 100 10 20

Max 45 45 4

Unit ns ns ns s s s s ns

AN011706-0608

Page 5 of 10

Third Party Flash Programming Support for the Z8 Encore! MCU

Table 4. Flash Memory Timing Parameters (Continued)


Parameter Program time Address / Data setup time Address / Data hold time Recovery time Cumulative program high voltage period Erase time Mass Erase time
Note:
1Thv

Symbol Tprog Tads Tadh Trcv


1

Min 30 20 20 1 10 200

Max 40 8

Unit s ns ns s ms ms ms

Thv Terase Tme

is the cumulative high voltage programming time for a single row before the next erase.

Caution: The same address (byte) cannot be programmed more than twice before the next erase.

Flash Program Timing


Figure 5 on page 7 displays the Flash programming operation for 3 Bytes on a single row. XADDR remains unchanged while PROG is High, but YADDR changes 3 times to identify 3 different bytes in a single row.

Flash Read Timing


Figure 4 displays the timing of a Read operation from Flash Memory.

XADDR

XE YADDR YE SE OE

TXA

DOUT
TOA TYA

ERASE = 0, MAS1 = 0, NVSTR = 0, TEST1 = 1, TEST0 = 0

Figure 4. Flash Read Timing

AN011706-0608

Page 6 of 10

Third Party Flash Programming Support for the Z8 Encore! MCU

XADDR

XE YADDR YE DIN PROG

TADH

TNVS

TPROG TADS

TPGH

NVSTR

TPGS THV

TNVH

TRCV

SE = 0, OE = 0, ERASE = 0, MAS1 = 0, TEST1 = 1, TEST0 = 0

Figure 5. Flash Byte Program Timing

Flash Page Erase Timing


Figure 6 displays the timing of a Flash Page Erase operation.

XADDR

XE

ERASE
TNVS

NVSTR
TERASE TNVH TRCV

YE = 0, SE = 0, OE = 0, PROG = 0, MAS1 = 0, TEST1 = 1, TEST0 = 0

Figure 6. Flash Page Erase Timing

AN011706-0608

Page 7 of 10

Third Party Flash Programming Support for the Z8 Encore! MCU

Flash Mass Erase Timing


Figure 7 displays the timing of a Flash Mass Erase operation.

XADDR

XE

MAS1

ERASE
TNVS

NVSTR
TME TNVH1 TRCV

YE = 0, SE = 0, OE = 0, PROG = 0, TEST1 = 1, TEST0 = 0

Figure 7. Flash Mass Erase Timing

AN011706-0608

Page 8 of 10

Third Party Flash Programming Support for the Z8 Encore! MCU

Z8F04xA XP Flash Programming Flowchart


Figure 8 displays an example flowchart for Read and Write operations.

Autobaud at 19.2 kbps OSC CTL reg Write OCD 0x80h Write OCD 0x08, 0x0f, 0x86, 0x01, 0xE7

E7

OSC CTL Write OCD 0x08, 0x0f, 0x86, 0x01, 0x18

18

OSC CTL = A4 Write OCD 0x08, 0x0f, 0x86, 0x01, 0xA4 PB3 is now the clock source Send break

START

RESET

Write OCD 0x80h

Sync to PB3

Write OCD 0xF0h

Wr Testmode Register

Write OCD 0x04h

Value for Wr Testmode Register

Flash Controller Bypassed

SEL = PORT[B1, B0, C0] DIO = PORT[A7:A0]

ADDRH = XADDR[9: 2] ADDRL = XADDR[1: 0] & YA DDR[5: 0]

Set TMR & TEST1

SEL = 0x04h DIO = 0x80h CLK Wr/Rd Memory ? Set ADDRH Write SEL = 0x00h CLK DIO = Addr[15:8] Set ADDRL SEL = 0x01h CLK DIO = Addr[7:0] Assert XE & PROG SEL = 0x03h DIO = 0x84h
5 s

Assert NVSTR SEL = 0x03h DIO = 0x85h


10 s

Read Set XE &YE SE & OE SEL = 0x03h DIO = 0xF0h

Set ADDRL SEL = 0x01h CLK DIO = Addr[7:0]

Set DATA SEL = 0x02h CLK DIO = Addr[7:0]

Assert YE SEL = 0x03h DIO = 0xC5h


20 s

Deassert YE SEL = 0x03h DIO = 0x85h

Row Writ e Program ming Loop No, increment YADDR Yes Deassert PROG SEL = 0x03h DIO = 0x81h CLK
20 ns 5 s

Wr Done

Deassert XE & NVSTR SEL = 0x03h DIO = 0x00h CLK SEL = 0x07h DIO = HIGHZ

Recovery STOP
1 s

Set ADDRH SEL = 0x00h CLK DIO = Addr[15:8]

Set ADDRL SEL = 0x01h CLK DIO = Addr[7:0]

Address V alid to Data V alid SEL = 0x05h DIO = *Addr


45 ns

Rd Loop Done

Yes

SEL = 0x07h DIO = HIGHZ

Row Read Program ming Loop No, increment YADDR

Figure 8. Z8F04xA XP Flash Gang Programming Flow

AN011706-0608

Page 9 of 10

Third Party Flash Programming Support for the Z8 Encore! MCU

Warning: DO NOT USE IN LIFE SUPPORT LIFE SUPPORT POLICY ZILOG'S PRODUCTS ARE NOT AUTHORIZED FOR USE AS CRITICAL COMPONENTS IN LIFE SUPPORT DEVICES OR SYSTEMS WITHOUT THE EXPRESS PRIOR WRITTEN APPROVAL OF THE PRESIDENT AND GENERAL COUNSEL OF ZILOG CORPORATION.

As used herein Life support devices or systems are devices which (a) are intended for surgical implant into the body, or (b) support or sustain life and whose failure to perform when properly used in accordance with instructions for use provided in the labeling can be reasonably expected to result in a significant injury to the user. A critical component is any component in a life support device or system whose failure to perform can be reasonably expected to cause the failure of the life support device or system or to affect its safety or effectiveness.

Document Disclaimer 2008 by Zilog, Inc. All rights reserved. Information in this publication concerning the devices, applications, or technology described is intended to suggest possible uses and may be superseded. ZILOG, INC. DOES NOT ASSUME LIABILITY FOR OR PROVIDE A REPRESENTATION OF ACCURACY OF THE INFORMATION, DEVICES, OR TECHNOLOGY DESCRIBED IN THIS DOCUMENT. Z I L O G A L S O D O E S N O T A S S U M E L I A B I L I T Y F O R I N T E L L E C T U A L P R O P E RT Y INFRINGEMENT RELATED IN ANY MANNER TO USE OF INFORMATION, DEVICES, OR TECHNOLOGY DESCRIBED HEREIN OR OTHERWISE. The information contained within this document has been verified according to the general principles of electrical and mechanical engineering. Z8, Z8 Encore!, and Z8 Encore! XP are registered trademarks of Zilog, Inc. All other product or service names are the property of their respective owners.

AN011706-0608

Page 10 of 10

S-ar putea să vă placă și