You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

18 lines
573 B

  1. #
  2. # Init - taken form the script openocd_at91sam7_ecr.script
  3. #
  4. # I take this script from the following page:
  5. #
  6. # http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/openocd_intro/index.html
  7. #
  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