Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: EEPROMWrite Full-Project
Fork of mbed-src by
targets/cmsis/TARGET_STM/TARGET_STM32F4/TARGET_STM32F407VG/TOOLCHAIN_ARM_STD/STM32F407.sct@636:c140da0be6c8, 2015-11-02 (annotated)
- Committer:
- ptcrews
- Date:
- Mon Nov 02 19:22:36 2015 +0000
- Revision:
- 636:c140da0be6c8
- Parent:
- 384:ef87175507f1
Changed serial_api.c for Nucleo L1 boards. Changed define conditionals from USART4 and USART5 to UART4 and UART5.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 281:2aafb3236a60 | 1 | ; ************************************************************* |
mbed_official | 281:2aafb3236a60 | 2 | ; *** Scatter-Loading Description File generated by uVision *** |
mbed_official | 281:2aafb3236a60 | 3 | ; ************************************************************* |
mbed_official | 281:2aafb3236a60 | 4 | |
mbed_official | 281:2aafb3236a60 | 5 | LR_IROM1 0x08000000 0x00100000 { ; load region size_region |
mbed_official | 281:2aafb3236a60 | 6 | ER_IROM1 0x08000000 0x00100000 { ; load address = execution address |
mbed_official | 281:2aafb3236a60 | 7 | *.o (RESET, +First) |
mbed_official | 281:2aafb3236a60 | 8 | *(InRoot$$Sections) |
mbed_official | 281:2aafb3236a60 | 9 | .ANY (+RO) |
mbed_official | 281:2aafb3236a60 | 10 | } |
mbed_official | 281:2aafb3236a60 | 11 | RW_IRAM1 0x10000000 0x00010000 { ; CCM |
mbed_official | 281:2aafb3236a60 | 12 | } |
mbed_official | 281:2aafb3236a60 | 13 | RW_IRAM2 0x20000188 0x0001FE78 { |
mbed_official | 281:2aafb3236a60 | 14 | .ANY (+RW +ZI) |
mbed_official | 281:2aafb3236a60 | 15 | } |
mbed_official | 281:2aafb3236a60 | 16 | } |
mbed_official | 281:2aafb3236a60 | 17 |