added prescaler for 16 bit pwm in LPC1347 target

Fork of mbed-dev by mbed official

Revision:
80:bdf1132a57cf
Parent:
0:9b334a45a8ff
Child:
144:ef7eb2e8f9f7
--- a/targets/cmsis/TARGET_ARM_SSG/TARGET_MPS2_M7/TOOLCHAIN_ARM_STD/MPS2.sct	Wed Mar 02 10:15:13 2016 +0000
+++ b/targets/cmsis/TARGET_ARM_SSG/TARGET_MPS2_M7/TOOLCHAIN_ARM_STD/MPS2.sct	Wed Mar 02 14:30:11 2016 +0000
@@ -1,6 +1,6 @@
 ;* MPS2 CMSIS Library
 ;*
-;* Copyright (c) 2006-2015 ARM Limited
+;* Copyright (c) 2006-2016 ARM Limited
 ;* All rights reserved.
 ;* 
 ;* Redistribution and use in source and binary forms, with or without 
@@ -39,8 +39,8 @@
    *(InRoot$$Sections)
    .ANY (+RO)
   }
-  ; Total: 48 vectors = 192 bytes (0x0C0) to be reserved in RAM
-  RW_IRAM1 (0x20000000+0xC0) (0x400000-0xC0)  {  ; RW data
+  ; Total: 64 vectors = 256 bytes (0x100) to be reserved in RAM
+  RW_IRAM1 (0x20000000+0x100) (0x400000-0x100)  {  ; RW data
    .ANY (+RW +ZI)
   }
 }