ads1115 only

Fork of mbed by mbed official

Committer:
kaoshen
Date:
Tue Jan 17 23:27:32 2017 +0000
Revision:
135:fce8a9387ed1
Parent:
129:0ab6a29f35bf
333 ADS1115 ADC1

Who changed what in which revision?

UserRevisionLine numberNew contents of line
<> 129:0ab6a29f35bf 1 ; MAX32625
<> 129:0ab6a29f35bf 2 ; 512KB FLASH (0x80000) @ 0x000000000
<> 129:0ab6a29f35bf 3 ; 160KB RAM (0x28000) @ 0x20000000
<> 129:0ab6a29f35bf 4
<> 129:0ab6a29f35bf 5 LR_IROM1 0x000000000 0x80000 { ; load region size_region
<> 129:0ab6a29f35bf 6 ER_IROM1 0x000000000 0x80000 { ; load address = execution address
<> 129:0ab6a29f35bf 7 *.o (RESET, +First)
<> 129:0ab6a29f35bf 8 *(InRoot$$Sections)
<> 129:0ab6a29f35bf 9 .ANY (+RO)
<> 129:0ab6a29f35bf 10 }
<> 129:0ab6a29f35bf 11
<> 129:0ab6a29f35bf 12 ; [RAM] Vector table dynamic copy: 68 vectors * 4 bytes = 272 (0x110)
<> 129:0ab6a29f35bf 13 RW_IRAM1 (0x20000000+0x110) (0x28000-0x110) { ; RW data
<> 129:0ab6a29f35bf 14 .ANY (+RW +ZI)
<> 129:0ab6a29f35bf 15 }
<> 129:0ab6a29f35bf 16 }