]> git.sur5r.net Git - freertos/blob - Demo/CORTEX_MB9B500_IAR_Keil/config/Ram_VTOR.mac
Start to re-arrange files to include FreeRTOS+ in main download.
[freertos] / Demo / CORTEX_MB9B500_IAR_Keil / config / Ram_VTOR.mac
1 execUserReset()\r
2 {\r
3     __writeMemory32(0x1FFF8000, 0xE000ED08, "Memory"); //Vector table remap at 0x1FFF8000\r
4 }\r
5 \r
6 execUserPreload()\r
7 {\r
8     __writeMemory32(0x1FFF8000, 0xE000ED08, "Memory"); //Vector table remap at 0x1FFF8000\r
9 }\r