added prescaler for 16 bit pwm in LPC1347 target

Fork of mbed-dev by mbed official

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

Committer:
<>
Date:
2016-09-02
Revision:
144:ef7eb2e8f9f7
Parent:
0:9b334a45a8ff

File content as of revision 144:ef7eb2e8f9f7:


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