my fork
Fork of mbed by
TARGET_ARCH_MAX/TOOLCHAIN_ARM_STD/STM32F407.sct@89:552587b429a1, 2014-09-12 (annotated)
- Committer:
- bogdanm
- Date:
- Fri Sep 12 16:41:52 2014 +0100
- Revision:
- 89:552587b429a1
Release 89 of the mbed library
Main changes:
- low power optimizations for Nordic targets
- code structure changes for Freescale K64F targets
- bug fixes in various backends
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 89:552587b429a1 | 1 | ; ************************************************************* |
bogdanm | 89:552587b429a1 | 2 | ; *** Scatter-Loading Description File generated by uVision *** |
bogdanm | 89:552587b429a1 | 3 | ; ************************************************************* |
bogdanm | 89:552587b429a1 | 4 | |
bogdanm | 89:552587b429a1 | 5 | LR_IROM1 0x08000000 0x00100000 { ; load region size_region |
bogdanm | 89:552587b429a1 | 6 | ER_IROM1 0x08000000 0x00100000 { ; load address = execution address |
bogdanm | 89:552587b429a1 | 7 | *.o (RESET, +First) |
bogdanm | 89:552587b429a1 | 8 | *(InRoot$$Sections) |
bogdanm | 89:552587b429a1 | 9 | .ANY (+RO) |
bogdanm | 89:552587b429a1 | 10 | } |
bogdanm | 89:552587b429a1 | 11 | RW_IRAM1 0x10000000 0x00010000 { ; CCM |
bogdanm | 89:552587b429a1 | 12 | } |
bogdanm | 89:552587b429a1 | 13 | RW_IRAM2 0x20000188 0x0001FE78 { |
bogdanm | 89:552587b429a1 | 14 | .ANY (+RW +ZI) |
bogdanm | 89:552587b429a1 | 15 | } |
bogdanm | 89:552587b429a1 | 16 | } |
bogdanm | 89:552587b429a1 | 17 |