Ai-Thinker-Open_RTL8710BX_A.../Living_SDK/board/asr5501/config/ram.ini

13 lines
316 B
INI
Raw Normal View History

2020-06-18 12:06:52 +00:00
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