The official mbed C/C SDK provides the software platform and libraries to build your applications.
Fork of mbed by
TARGET_ARCH_PRO/TOOLCHAIN_ARM_STD/LPC1768.sct@85:024bf7f99721, 2014-06-11 (annotated)
- Committer:
- bogdanm
- Date:
- Wed Jun 11 15:14:05 2014 +0100
- Revision:
- 85:024bf7f99721
Release 85 of the mbed library
Main changes:
- K64F Ethernet fixes
- Updated tests
- Fixes for various mbed targets
- Code cleanup: fixed warnings, more consistent code style
- GCC support for K64F
There is a known issue with the I2C interface on some ST targets. If you
find the I2C interface problematic on your ST board, please log a bug
against this on mbed.org.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 85:024bf7f99721 | 1 | |
bogdanm | 85:024bf7f99721 | 2 | LR_IROM1 0x00000000 0x80000 { ; load region size_region |
bogdanm | 85:024bf7f99721 | 3 | ER_IROM1 0x00000000 0x80000 { ; load address = execution address |
bogdanm | 85:024bf7f99721 | 4 | *.o (RESET, +First) |
bogdanm | 85:024bf7f99721 | 5 | *(InRoot$$Sections) |
bogdanm | 85:024bf7f99721 | 6 | .ANY (+RO) |
bogdanm | 85:024bf7f99721 | 7 | } |
bogdanm | 85:024bf7f99721 | 8 | ; 8_byte_aligned(49 vect * 4 bytes) = 8_byte_aligned(0xC4) = 0xC8 |
bogdanm | 85:024bf7f99721 | 9 | ; 32KB - 0xC8 = 0x7F38 |
bogdanm | 85:024bf7f99721 | 10 | RW_IRAM1 0x100000C8 0x7F38 { |
bogdanm | 85:024bf7f99721 | 11 | .ANY (+RW +ZI) |
bogdanm | 85:024bf7f99721 | 12 | } |
bogdanm | 85:024bf7f99721 | 13 | RW_IRAM2 0x2007C000 0x4000 { ; RW data, ETH RAM |
bogdanm | 85:024bf7f99721 | 14 | .ANY (AHBSRAM0) |
bogdanm | 85:024bf7f99721 | 15 | } |
bogdanm | 85:024bf7f99721 | 16 | RW_IRAM3 0x20080000 0x4000 { ; RW data, ETH RAM |
bogdanm | 85:024bf7f99721 | 17 | .ANY (AHBSRAM1) |
bogdanm | 85:024bf7f99721 | 18 | } |
bogdanm | 85:024bf7f99721 | 19 | RW_IRAM4 0x40038000 0x0800 { ; RW data, CAN RAM |
bogdanm | 85:024bf7f99721 | 20 | .ANY (CANRAM) |
bogdanm | 85:024bf7f99721 | 21 | } |
bogdanm | 85:024bf7f99721 | 22 | } |