FUNC void Setup (void) { | |
SP = _RDWORD(0x08000000); // Setup Stack Pointer | |
PC = _RDWORD(0x08000004); // Setup Program Counter | |
_WDWORD(0xE000ED08, 0x08004000); // Setup Vector Table Offset Register | |
} | |
LOAD CSC105.axf INCREMENTAL // Download | |
Setup(); // Setup for Running | |
g, main |