13 lines
409 B
INI
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
|