杨熙 012aa0e0d0
[bsp][lpc55sxx] add support for LPC55S16 (#6743)
* [bsp][lpc55sxx] add support for LPC55S16

* [bsp][lpc55s16] formating LPC55S16 driver
2022-12-14 23:34:08 -05:00

11 lines
330 B
INI

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