You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
309 B
INI
15 lines
309 B
INI
ResetHalt
|
|
|
|
; Set VBR to the beginning of what will be SRAM
|
|
; VBR is an absolute CPU register
|
|
writecontrolreg 0x0801 0x20000000
|
|
|
|
; Set RAMBAR1 (SRAM)
|
|
writecontrolreg 0x0C05 0x20000021
|
|
|
|
; Set FLASHBAR (Flash)
|
|
writecontrolreg 0x0C04 0x00000061
|
|
|
|
; Enable PST[3:0] signals
|
|
writemem.b 0x40100074 0x0F
|