Avr2070 – Atmel AVR2070 User Manual

Page 80

Advertising
background image

80

AVR2070

8240B-AVR-06/09

monitor endian little

# Set JTAG speed to 30 kHz

monitor speed 30

# Reset the radio to get to a known state.

monitor reset 8

monitor sleep 10

#

# Disable the watchdog and setup the PLL

#

# WDT_MR, disable watchdog

monitor writeu32 0xFFFFFD44 = 0x00008000

# CKGR_MOR

#monitor writeu32 0xFFFFFC20 = 0x00000601

#monitor sleep 10

# CKGR_PLLR

#monitor writeu32 0xFFFFFC2C = 0x00480a0e

#monitor sleep 10

# PMC_MCKR

#monitor writeu32 0xFFFFFC30 = 0x00000007

#monitor sleep 10

# PMC_IER

#monitor writeu32 0xFFFFFF60 = 0x00480100

#monitor sleep 100

# Set JTAG speed in khz

monitor speed 12000

#load

break main

continue

Note the following lines are commented out:

#monitor flash download = 1

#monitor flash breakpoints = 1

To use these features requires the purchase of an additional license. The flash
download feature means that the FLASH can be programmed from within Eclipse. In

Advertising