Files
SDK_GD32W51x/PROT/project/KEIL/debug.ini
2023-05-18 18:53:00 +08:00

13 lines
409 B
INI

FUNC void Setup (void) {
SP = _RDWORD(0x0800a200); // Setup Stack Pointer
PC = _RDWORD(0x0800a204); // Setup Program Counter
_WDWORD(0xE000ED08, 0x0800a200); // Setup Vector Table Offset Register
}
LOAD "..\\non-secure_main\\Objects\\nspe.axf" incremental
LOAD %L INCREMENTAL // Download
//Setup(); // Setup for Running
reset
//g, main