mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-04 05:13:51 -04:00
Add FreeRTOS-Plus directory.
This commit is contained in:
parent
7bd5f21ad5
commit
f508a5f653
6798 changed files with 134949 additions and 19 deletions
|
@ -0,0 +1,14 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue