mbed library sources

Dependents:   frdm_kl05z_gpio_test

Fork of mbed-src by mbed official

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

Committer:
shaoziyang
Date:
2014-09-13
Revision:
323:9e901b0a5aa1
Parent:
256:76fd9a263045

File content as of revision 323:9e901b0a5aa1:


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