flashdebug.ini 330 字节
Newer Older
N
nxp58695 已提交
1 2 3 4 5 6 7 8 9 10 11
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