mbed library sources modified for open wear

Dependents:   openwear-lifelogger-example

Fork of mbed-src by mbed official

targets/cmsis/TARGET_NXP/TARGET_LPC43XX/TOOLCHAIN_ARM_STD/LPC43xx_spifi.ini

Committer:
mbed_official
Date:
2014-07-15
Revision:
256:76fd9a263045

File content as of revision 256:76fd9a263045:


FUNC void Setup (unsigned int region) {
  region &= 0xFF000000;
  _WDWORD(0x40043100, region);				// Set the shadow pointer
  _WDWORD(0xE000ED08, 0);					// Set the vector table offset to 0
  SP = _RDWORD(0);                     // Setup Stack Pointer
  PC = _RDWORD(4);                 // Setup Program Counter
}

LOAD %L INCREMENTAL
Setup(0x14000000); // Get ready to execute image in QSPI