Fork of the official mbed C/C SDK provides the software platform and libraries to build your applications for RenBED.

Dependents:   1-RenBuggyTimed RenBED_RGB RenBED_RGB_PWM RenBED_RGB

Fork of mbed by mbed official

Committer:
elijahorr
Date:
Thu Apr 14 07:28:54 2016 +0000
Revision:
121:672067c3ada4
Parent:
102:da0ca467f8b5
.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 101:7cff1c4259d7 1
Kojto 101:7cff1c4259d7 2 LR_IROM1 0x00000000 0xC000 { ; load region size_region (48k)
Kojto 101:7cff1c4259d7 3 ER_IROM1 0x00000000 0xC000 { ; load address = execution address
Kojto 101:7cff1c4259d7 4 *.o (RESET, +First)
Kojto 101:7cff1c4259d7 5 *(InRoot$$Sections)
Kojto 101:7cff1c4259d7 6 .ANY (+RO)
Kojto 101:7cff1c4259d7 7 }
Kojto 101:7cff1c4259d7 8 ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0
Kojto 101:7cff1c4259d7 9 ; 8KB - 0xC0 = 0x1F40
Kojto 101:7cff1c4259d7 10 RW_IRAM1 0x100000C0 0x1F40 {
Kojto 101:7cff1c4259d7 11 .ANY (+RW +ZI)
Kojto 101:7cff1c4259d7 12 }
Kojto 101:7cff1c4259d7 13 RW_IRAM2 0x20004000 0x800 { ; RW data, USB RAM
Kojto 101:7cff1c4259d7 14 .ANY (USBRAM)
Kojto 101:7cff1c4259d7 15 }
Kojto 101:7cff1c4259d7 16 }
Kojto 101:7cff1c4259d7 17