123456789101112131415161718 |
- FUNC void Setup(void) {
- // _WDWORD(0x4000f0a8, 0x00000000);
- SP = _RDWORD(0x1fff1900);
- PC = _RDWORD(0x1fff1904);
- // _WDWORD(0x4000f0cc, 0x1fff183a);
- }
- //-------------------------------------------------
- //for xip debug
- LOAD .\Objects\cst92f25.axf NOCODE
- Setup();
- //-------------------------------------------------
- // for no xip debug
- //LOAD .\Objects\simpleBlePeripheral.axf INCREMENTAL
- //Setup();
|