mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-06 04:15:24 +00:00
13 lines
No EOL
316 B
INI
13 lines
No EOL
316 B
INI
FUNC void Setup (void) {
|
|
|
|
SP = _RDWORD(0x10040000); // Setup Stack Pointer
|
|
PC = _RDWORD(0x10040004); // Setup Program Counter
|
|
_WDWORD(0xE000ED08, 0x10040000); // Setup Vector Table Offset Register
|
|
|
|
}
|
|
|
|
load ./Objects/linkkitapp@asr5501.elf incremental
|
|
|
|
Setup(); // Setup for Running
|
|
|
|
g, main |