mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-20 09:05:30 -05:00
Add FreeRTOS-Plus directory.
This commit is contained in:
parent
7bd5f21ad5
commit
f508a5f653
6798 changed files with 134949 additions and 19 deletions
13
FreeRTOS/Demo/CORTEX_LPC1768_IAR/Flash.mac
Normal file
13
FreeRTOS/Demo/CORTEX_LPC1768_IAR/Flash.mac
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
execUserReset()
|
||||
{
|
||||
__writeMemory32(0x00000000, 0xE000ED08, "Memory"); //Vector table remap at 0x00000000
|
||||
}
|
||||
|
||||
execUserPreload()
|
||||
{
|
||||
// If the MAM values was wrong, a dummy read is necessary to get the flash memory in sync.
|
||||
__writeMemory32(0x00000001, 0x400FC040, "Memory"); // MEMMAP = 1
|
||||
__readMemory32(0x00000000, "Memory");
|
||||
__writeMemory32(0x00000000, 0xE000ED08, "Memory"); //Vector table remap at 0x00000000
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue