4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-15 06:59:22 +08:00

11 lines
330 B
INI
Raw Normal View History

2019-10-24 17:56:09 +08:00
FUNC void Setup (void) {
SP = _RDWORD(0x0); // Setup Stack Pointer
PC = _RDWORD(0x4); // Setup Program Counter
_WDWORD(0xE000ED08, 0); // Setup Vector Table Offset Register
}
//LOAD %L INCREMENTAL // Download
Setup(); // Setup for Running
g, main