Preliminary support for Freescale i.MX53
[openocd/ellerodev.git] / testing / examples / SAM7S256Test / prj / sam7s256_reset.script
blob456341d6087e1989a87933f07477fd75a3e95e70
2 # Init - taken form the script openocd_at91sam7_ecr.script 
4 # I take this script from the following page:
6 # http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/openocd_intro/index.html
8 mww 0xfffffd44 0x00008000       # disable watchdog
9 mww 0xfffffd08 0xa5000001       # enable user reset
10 mww 0xfffffc20 0x00000601       # CKGR_MOR : enable the main oscillator
11 sleep 10
12 mww 0xfffffc2c 0x00481c0e       # CKGR_PLLR: 96.1097 MHz
13 sleep 10
14 mww 0xfffffc30 0x00000007       # PMC_MCKR : MCK = PLL / 2 ~= 48 MHz
15 sleep 10
16 mww 0xffffff60 0x003c0100       # MC_FMR: flash mode (FWS=1,FMCN=60)
17 sleep 100