Integrating the ublox LISA C200 modem

Fork of SprintUSBModemHTTPClientTest by Donatien Garnier

Committer:
sam_grove
Date:
Thu Sep 26 00:44:20 2013 -0500
Revision:
5:3f93dd1d4cb3
Exported program and replaced contents of the repo with the source
to build and debug using keil mdk. Libs NOT upto date are lwip, lwip-sys
and socket. these have newer versions under mbed_official but were starting
from a know working point

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sam_grove 5:3f93dd1d4cb3 1
sam_grove 5:3f93dd1d4cb3 2 LR_IROM1 0x00000000 0x80000 { ; load region size_region
sam_grove 5:3f93dd1d4cb3 3 ER_IROM1 0x00000000 0x80000 { ; load address = execution address
sam_grove 5:3f93dd1d4cb3 4 *.o (RESET, +First)
sam_grove 5:3f93dd1d4cb3 5 *(InRoot$$Sections)
sam_grove 5:3f93dd1d4cb3 6 .ANY (+RO)
sam_grove 5:3f93dd1d4cb3 7 }
sam_grove 5:3f93dd1d4cb3 8 ; 8_byte_aligned(49 vect * 4 bytes) = 8_byte_aligned(0xC4) = 0xC8
sam_grove 5:3f93dd1d4cb3 9 ; 32KB - 0xC8 = 0x7F38
sam_grove 5:3f93dd1d4cb3 10 RW_IRAM1 0x100000C8 0x7F38 {
sam_grove 5:3f93dd1d4cb3 11 .ANY (+RW +ZI)
sam_grove 5:3f93dd1d4cb3 12 }
sam_grove 5:3f93dd1d4cb3 13 RW_IRAM2 0x2007C000 0x4000 { ; RW data, ETH RAM
sam_grove 5:3f93dd1d4cb3 14 .ANY (AHBSRAM0)
sam_grove 5:3f93dd1d4cb3 15 }
sam_grove 5:3f93dd1d4cb3 16 RW_IRAM3 0x20080000 0x4000 { ; RW data, ETH RAM
sam_grove 5:3f93dd1d4cb3 17 .ANY (AHBSRAM1)
sam_grove 5:3f93dd1d4cb3 18 }
sam_grove 5:3f93dd1d4cb3 19 RW_IRAM4 0x40038000 0x0800 { ; RW data, CAN RAM
sam_grove 5:3f93dd1d4cb3 20 .ANY (CANRAM)
sam_grove 5:3f93dd1d4cb3 21 }
sam_grove 5:3f93dd1d4cb3 22 }