Добавил:
Upload Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
AVR / datasheets / attiny_2313.pdf
Скачиваний:
46
Добавлен:
20.03.2015
Размер:
1.86 Mб
Скачать

Serial Downloading

Table 76.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Parallel Programming Characteristics, VCC = 5V ± 10%

(Continued)

 

Symbol

 

 

Parameter

Min

 

Typ

Max

Units

 

 

 

 

 

 

 

 

 

tBVDV

 

 

BS1 Valid to DATA valid

0

 

 

250

ns

tOLDV

 

 

 

Low to DATA Valid

 

 

 

250

ns

 

 

OE

 

 

tOHDZ

 

 

 

High to DATA Tri-stated

 

 

 

250

ns

 

 

OE

 

 

Notes: 1. tWLRH is valid for the Write Flash, Write EEPROM, Write Fuse bits and Write Lock bits commands.

2.tWLRH_CE is valid for the Chip Erase command.

Both the Flash and EEPROM memory arrays can be programmed using the serial SPI bus while RESET is pulled to GND. The serial interface consists of pins SCK, MOSI (input) and MISO (output). After RESET is set low, the Programming Enable instruction needs to be executed first before program/erase operations can be executed. NOTE, in Table 75 on page 163, the pin mapping for SPI programming is listed. Not all parts use the SPI pins dedicated for the internal SPI interface.

Figure 78. Serial Programming and Verify(1)

+1.8 - 5.5V

VCC

MOSI

MISO

SCK

XTAL1

RESET

GND

Notes: 1. If the device is clocked by the internal Oscillator, it is no need to connect a clock source to the XTAL1 pin.

2. VCC - 0.3V < AVCC < VCC + 0.3V, however, AVCC should always be within 1.8 - 5.5V

When programming the EEPROM, an auto-erase cycle is built into the self-timed programming operation (in the Serial mode ONLY) and there is no need to first execute the Chip Erase instruction. The Chip Erase operation turns the content of every memory location in both the Program and EEPROM arrays into 0xFF.

Depending on CKSEL Fuses, a valid clock must be present. The minimum low and high periods for the serial clock (SCK) input are defined as follows:

Low:> 2 CPU clock cycles for fck < 12 MHz, 3 CPU clock cycles for fck >= 12 MHz

High:> 2 CPU clock cycles for fck < 12 MHz, 3 CPU clock cycles for fck >= 12 MHz

172 ATtiny2313/V

2543H–AVR–02/05

Serial Programming

Algorithm

2543H–AVR–02/05

ATtiny2313/V

When writing serial data to the ATtiny2313, data is clocked on the rising edge of SCK.

When reading data from the ATtiny2313, data is clocked on the falling edge of SCK. See Figure 79, Figure 80 and Table 79 for timing details.

To program and verify the ATtiny2313 in the serial programming mode, the following sequence is recommended (See four byte instruction formats in Table 78 on page 174):

1.Power-up sequence:

Apply power between VCC and GND while RESET and SCK are set to “0”. In some systems, the programmer can not guarantee that SCK is held low during power-up. In this case, RESET must be given a positive pulse of at least two CPU clock cycles duration after SCK has been set to “0”.

2.Wait for at least 20 ms and enable serial programming by sending the Programming Enable serial instruction to pin MOSI.

3.The serial programming instructions will not work if the communication is out of synchronization. When in sync. the second byte (0x53), will echo back when issuing the third byte of the Programming Enable instruction. Whether the echo is correct or not, all four bytes of the instruction must be transmitted. If the 0x53 did not echo back, give RESET a positive pulse and issue a new Programming Enable command.

4.The Flash is programmed one page at a time. The memory page is loaded one byte at a time by supplying the 4 LSB of the address and data together with the Load Program Memory Page instruction. To ensure correct loading of the page, the data low byte must be loaded before data high byte is applied for a given address. The Program Memory Page is stored by loading the Write Program Memory Page instruction with the 6 MSB of the address. If polling (RDY/BSY) is

not used, the user must wait at least tWD_FLASH before issuing the next page. (See Table 77 on page 174.) Accessing the serial programming interface before the Flash write operation completes can result in incorrect programming.

5.A: The EEPROM array is programmed one byte at a time by supplying the address and data together with the appropriate Write instruction. An EEPROM memory location is first automatically erased before new data is written. If polling

(RDY/BSY) is not used, the user must wait at least tWD_EEPROM before issuing the next byte. (See Table 77 on page 174.) In a chip erased device, no 0xFFs in the data file(s) need to be programmed.

B: The EEPROM array is programmed one page at a time. The Memory page is loaded one byte at a time by supplying the 2 LSB of the address and data together with the Load EEPROM Memory Page instruction. The EEPROM Memory Page is stored by loading the Write EEPROM Memory Page Instruction with the 5 MSB of the address. When using EEPROM page access only byte locations loaded with the Load EEPROM Memory Page instruction is altered. The remaining locations remain unchanged. If polling (RDY/BSY) is not used, the used

must wait at least tWD_EEPROM before issuing the next page (See Table 77 on page 174). In a chip erased device, no 0xFF in the data file(s) need to be

programmed.

6.Any memory location can be verified by using the Read instruction which returns the content at the selected address at serial output MISO.

7.At the end of the programming session, RESET can be set high to commence normal operation.

8.Power-off sequence (if needed): Set RESET to “1”.

Turn VCC power off.

173

Table 77. Minimum Wait Delay Before Writing the Next Flash or EEPROM Location

Symbol

Minimum Wait Delay

 

 

tWD_FLASH

4.5 ms

tWD_EEPROM

4.0 ms

tWD_ERASE

4.0 ms

tWD_FUSE

4.5 ms

Figure 79. Serial Programming Waveforms

SERIAL DATA INPUT

MSB

LSB

(MOSI)

 

 

SERIAL DATA OUTPUT

MSB

LSB

(MISO)

 

 

SERIAL CLOCK INPUT

 

 

(SCK)

 

 

SAMPLE

 

 

Table 78. Serial Programming Instruction Set

 

 

Instruction Format

 

 

Instruction

Byte 1

Byte 2

Byte 3

Byte4

Operation

Programming Enable

1010 1100

0101

0011

xxxx xxxx

xxxx xxxx

Enable Serial Programming after

 

 

 

 

 

 

RESET goes low.

Chip Erase

1010 1100

100x

xxxx

xxxx xxxx

xxxx xxxx

Chip Erase EEPROM and Flash.

Read Program Memory

0010 H000

0000

00aa

bbbb bbbb

oooo oooo

Read H (high or low) data o from

 

 

 

 

 

 

Program memory at word address a:b.

Load Program Memory Page

0100 H000

000x

xxxx

xxxx bbbb

iiii iiii

Write H (high or low) data i to Program

 

 

 

 

 

 

Memory page at word address b. Data

 

 

 

 

 

 

low byte must be loaded before Data

 

 

 

 

 

 

high byte is applied within the same

 

 

 

 

 

 

address.

Write Program Memory Page

0100 1100

0000

00aa

bbbb xxxx

xxxx xxxx

Write Program Memory Page at

 

 

 

 

 

 

address a:b.

Read EEPROM Memory

1010 0000

000x

xxxx

xbbb bbbb

oooo oooo

Read data o from EEPROM memory at

 

 

 

 

 

 

address b.

Write EEPROM Memory

1100 0000

000x

xxxx

xbbb bbbb

iiii iiii

Write data i to EEPROM memory at

 

 

 

 

 

 

address b.

Load EEPROM Memory

1100 0001

0000

0000

0000 00bb

iiii iiii

Load data i to EEPROM memory page

Page (page access)

 

 

 

 

 

buffer. After data is loaded, program

 

 

 

 

 

 

EEPROM page.

Write EEPROM Memory

1100 0010

00xx xxxx

xbbb bb00

xxxx xxxx

Write EEPROM page at address b.

Page (page access)

 

 

 

 

 

174 ATtiny2313/V

2543H–AVR–02/05

 

 

 

 

 

 

 

 

 

ATtiny2313/V

 

 

 

 

 

 

 

 

 

 

Table 78. Serial Programming Instruction Set

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Instruction Format

 

 

 

 

 

 

 

 

 

 

 

Instruction

Byte 1

Byte 2

Byte 3

Byte4

Operation

 

 

 

 

 

 

 

 

Read Lock bits

0101 1000

0000 0000

xxxx xxxx

xxoo oooo

Read Lock bits. “0” = programmed, “1”

 

 

 

 

 

 

 

 

= unprogrammed. See Table 64 on

 

 

 

 

 

 

 

 

page 158 for details.

 

 

 

 

 

 

 

 

Write Lock bits

1010 1100

111x xxxx

xxxx xxxx

11ii iiii

Write Lock bits. Set bits = “0” to

 

 

 

 

 

 

 

 

program Lock bits. See Table 64 on

 

 

 

 

 

 

 

 

page 158 for details.

 

 

 

 

 

 

 

 

Read Signature Byte

0011 0000

000x xxxx

xxxx xxbb

oooo oooo

Read Signature Byte o at address b.

 

 

 

 

 

 

 

 

Write Fuse bits

1010 1100

1010 0000

xxxx xxxx

iiii iiii

Set bits = “0” to program, “1” to

 

 

 

 

 

 

 

 

unprogram.

 

 

 

 

 

 

 

 

Write Fuse High bits

1010 1100

1010 1000

xxxx xxxx

iiii iiii

Set bits = “0” to program, “1” to

 

 

 

 

 

 

 

 

unprogram.

 

 

 

 

 

 

 

 

Write Extended Fuse Bits

1010 1100

1010 0100

xxxx xxxx

xxxx xxxi

Set bits = “0” to program, “1” to

 

 

 

 

 

 

 

 

unprogram.

 

 

 

 

 

 

 

 

Read Fuse bits

0101 0000

0000 0000

xxxx xxxx

oooo oooo

Read Fuse bits. “0” = programmed, “1”

 

 

 

 

 

 

 

 

= unprogrammed.

 

 

 

 

 

 

 

 

Read Fuse High bits

0101 1000

0000 1000

xxxx xxxx

oooo oooo

Read Fuse High bits. “0” = pro-

 

 

 

 

 

 

 

 

grammed, “1” = unprogrammed.

 

 

 

 

 

 

 

 

Read Extended Fuse Bits

0101 0000

0000 1000

xxxx xxxx

oooo oooo

Read Extended Fuse bits. “0” = pro-

 

 

 

 

 

 

 

 

grammed, “1” = unprogrammed.

 

Read Calibration Byte

0011 1000

000x xxxx

0000 000b

oooo oooo

Read Calibration Byte at address b.

 

 

 

 

 

 

 

 

 

 

 

 

1111 0000

0000 0000

xxxx xxxx

xxxx xxxo

If o = “1”, a programming operation is

 

Poll RDY/BSY

 

 

 

 

 

 

 

 

 

still busy. Wait until this bit returns to

 

 

 

 

 

 

 

 

“0” before applying another command.

 

 

 

 

 

 

 

 

 

 

Note: a = address high bits, b = address low bits, H = 0 - Low byte, 1 - High Byte, o = data out, i = data in, x = don’t care

175

2543H–AVR–02/05

 

 

 

 

 

 

 

 

 

 

 

 

Serial Programming

Figure 80. Serial Programming Timing

Characteristics

 

 

 

 

 

MOSI

tOVSH

 

 

 

tSHOX

tSLSH

 

 

SCK

tSHSL

MISO

tSLIV

Table 79. Serial Programming Characteristics, TA = -40°C to 85°C, VCC = 2.7V - 5.5V (Unless Otherwise Noted)

Symbol

Parameter

Min

Typ

Max

Units

 

 

 

 

 

 

1/tCLCL

Oscillator Frequency (ATtiny2313L)

0

 

8

MHz

tCLCL

Oscillator Period (ATtiny2313L)

125

 

 

ns

1/tCLCL

Oscillator Frequency (ATtiny2313, VCC = 4.5V -

 

 

 

 

5.5V)

0

 

16

MHz

 

Oscillator Period (ATtiny2313, VCC = 4.5V -

 

 

 

 

tCLCL

5.5V)

67

 

 

ns

tSHSL

SCK Pulse Width High

2 tCLCL*

 

 

ns

tSLSH

SCK Pulse Width Low

2 tCLCL*

 

 

ns

tOVSH

MOSI Setup to SCK High

tCLCL

 

 

ns

tSHOX

MOSI Hold after SCK High

2 tCLCL

 

 

ns

tSLIV

SCK Low to MISO Valid

TBD

TBD

TBD

ns

Note: 1.

2 tCLCL for fck < 12 MHz, 3 tCLCL for fck >= 12 MHz

 

 

 

 

176 ATtiny2313/V

2543H–AVR–02/05

Соседние файлы в папке datasheets