Jasper Lee / mbed_helloworld

Dependents:   twr_helloworld

Committer:
Jasper_lee
Date:
Tue Dec 23 03:35:08 2014 +0000
Revision:
0:b16d94660a33
change some io setting used in TWR-K22F120M

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Jasper_lee 0:b16d94660a33 1
Jasper_lee 0:b16d94660a33 2 LR_IROM1 0x00000000 0x8000 { ; load region size_region (32k)
Jasper_lee 0:b16d94660a33 3 ER_IROM1 0x00000000 0x8000 { ; load address = execution address
Jasper_lee 0:b16d94660a33 4 *.o (RESET, +First)
Jasper_lee 0:b16d94660a33 5 *(InRoot$$Sections)
Jasper_lee 0:b16d94660a33 6 .ANY (+RO)
Jasper_lee 0:b16d94660a33 7 }
Jasper_lee 0:b16d94660a33 8 ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0
Jasper_lee 0:b16d94660a33 9 ; 8KB - 0xC0 = 0x1F40
Jasper_lee 0:b16d94660a33 10 RW_IRAM1 0x10000000+0xC0 0x2000-0xC0 {
Jasper_lee 0:b16d94660a33 11 .ANY (+RW +ZI)
Jasper_lee 0:b16d94660a33 12 }
Jasper_lee 0:b16d94660a33 13 }
Jasper_lee 0:b16d94660a33 14