Software Break Points; Limitations Of Debugwire; Debugwire Related Register In I/O Memory - Atmel ATtiny25 Manual

Microcontroller with 2/4/8k bytes in-system programmable flash
Table of Contents

Advertisement

19.4

Software Break Points

19.5

Limitations of debugWIRE

19.6

debugWIRE Related Register in I/O Memory

19.6.1
debugWire Data Register – DWDR
7598H–AVR–07/09
When designing a system where debugWIRE will be used, the following observations must be
made for correct operation:
• Pull-Up resistor on the dW/(RESET) line must be in the range of 10k to 20 kΩ. However, the
pull-up resistor is optional.
• Connecting the RESET pin directly to V
• Capacitors inserted on the RESET pin must be disconnected when using debugWire.
• All external reset sources must be disconnected.
debugWIRE supports Program memory Break Points by the AVR Break instruction. Setting a
Break Point in AVR Studio
tion replaced by the BREAK instruction will be stored. When program execution is continued, the
stored instruction will be executed before continuing from the Program memory. A break can be
inserted manually by putting the BREAK instruction in the program.
The Flash must be re-programmed each time a Break Point is changed. This is automatically
handled by AVR Studio through the debugWIRE interface. The use of Break Points will therefore
reduce the Falsh Data retention. Devices used for debugging purposes should not be shipped to
end customers.
The debugWIRE communication pin (dW) is physically located on the same pin as External
Reset (RESET). An External Reset source is therefore not supported when the debugWIRE is
enabled.
The debugWIRE system accurately emulates all I/O functions when running at full speed, i.e.,
when the program in the CPU is running. When the CPU is stopped, care must be taken while
accessing some of the I/O Registers via the debugger (AVR Studio).
A programmed DWEN Fuse enables some parts of the clock system to be running in all sleep
modes. This will increase the power consumption while in sleep. Thus, the DWEN Fuse should
be disabled when debugWire is not used.
The following section describes the registers used with the debugWire.
Bit
7
Read/Write
R/W
Initial Value
0
The DWDR Register provides a communication channel from the running program in the MCU
to the debugger. This register is only accessible by the debugWIRE and can therefore not be
used as a general purpose register in the normal operations.
will not work.
CC
®
will insert a BREAK instruction in the Program memory. The instruc-
6
5
4
DWDR[7:0]
R/W
R/W
R/W
0
0
0
ATtiny25/45/85
3
2
1
R/W
R/W
R/W
0
0
0
0
DWDR
R/W
0
129

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Attiny45Attiny85

Table of Contents