Ai-Thinker-Open_RTL8710BX_A.../Living_SDK/board/asr5501/config/ram.ini
2020-06-18 22:04:32 +08:00

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