mbed library sources: Modified to operate FRDM-KL25Z at 48MHz from internal 32kHz oscillator (nothing else changed).

Fork of mbed-src by mbed official

The only file that changed is: mbed-src-FLL48/targets/cmsis/TARGET_Freescale/TARGET_KL25Z/system_MKL25Z4.h

Committer:
bogdanm
Date:
Tue Sep 10 15:14:19 2013 +0300
Revision:
20:4263a77256ae
Parent:
19:398f4c622e1b
Sync with git revision 171dda705c947bf910926a0b73d6a4797802554d

Who changed what in which revision?

UserRevisionLine numberNew contents of line
bogdanm 19:398f4c622e1b 1
bogdanm 19:398f4c622e1b 2 LR_IROM1 0x00000000 0x8000 { ; load region size_region (32k)
bogdanm 20:4263a77256ae 3
bogdanm 19:398f4c622e1b 4 ER_IROM1 0x00000000 0x8000 { ; load address = execution address
bogdanm 19:398f4c622e1b 5 *.o (RESET, +First)
bogdanm 19:398f4c622e1b 6 *(InRoot$$Sections)
bogdanm 19:398f4c622e1b 7 .ANY (+RO)
bogdanm 19:398f4c622e1b 8 }
bogdanm 20:4263a77256ae 9
bogdanm 20:4263a77256ae 10 ; 48 vectors * 4 bytes = 0xC0 for remap
bogdanm 20:4263a77256ae 11 RW_IRAM1 (0x10000000+0xC0) (0x1000-0xC0) {
bogdanm 19:398f4c622e1b 12 .ANY (+RW +ZI)
bogdanm 19:398f4c622e1b 13 }
bogdanm 20:4263a77256ae 14
bogdanm 19:398f4c622e1b 15 }
bogdanm 19:398f4c622e1b 16