mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Add the SAM7X Eclipse files.
This commit is contained in:
parent
620d3999ef
commit
e8ddef1d93
110 changed files with 7813 additions and 0 deletions
13
Demo/ARM7_AT91SAM7X256_Eclipse/at91sam7_ecr.script
Normal file
13
Demo/ARM7_AT91SAM7X256_Eclipse/at91sam7_ecr.script
Normal file
|
@ -0,0 +1,13 @@
|
|||
halt
|
||||
wait_halt
|
||||
sleep 10
|
||||
mww 0xfffffd44 0x00008000 # disable watchdog
|
||||
mww 0xfffffd08 0xa5000001 # enable user reset
|
||||
mww 0xfffffc20 0x00000601 # CKGR_MOR : enable the main oscillator
|
||||
sleep 10
|
||||
mww 0xfffffc2c 0x12560a64 # CKGR_PLLR: 119.8MHz (DIV=100,MUL=598+1)
|
||||
sleep 10
|
||||
mww 0xfffffc30 0x00000007 # PMC_MCKR : MCK = PLL / 2 = 59.9MHz
|
||||
sleep 10
|
||||
mww 0xffffff60 0x003c0100 # MC_FMR: flash mode (FWS=1,FMCN=60)
|
||||
arm7_9 force_hw_bkpts enable # program resides in flash
|
Loading…
Add table
Add a link
Reference in a new issue