rt-thread/bsp/lpc55sxx/lpc55s69_nxp_evk/flashdebug.ini

11 lines
330 B
INI
Raw Normal View History

2019-10-24 17:56:09 +08:00
FUNC void Setup (void) {
SP = _RDWORD(0x0); // Setup Stack Pointer
PC = _RDWORD(0x4); // Setup Program Counter
_WDWORD(0xE000ED08, 0); // Setup Vector Table Offset Register
}
//LOAD %L INCREMENTAL // Download
Setup(); // Setup for Running
g, main