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.
Fork of mbed-dev by
targets/cmsis/TARGET_NXP/TARGET_LPC11UXX/TOOLCHAIN_ARM_MICRO/TARGET_OC_MBUINO/LPC11U24.sct@68:53d4cfd70523, 2016-02-19 (annotated)
- Committer:
- MACRUM
- Date:
- Fri Feb 19 06:16:11 2016 +0000
- Revision:
- 68:53d4cfd70523
- Parent:
- 0:9b334a45a8ff
Add state reset code in analogin_init() for Nucleo F303K8 target
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bogdanm | 0:9b334a45a8ff | 1 | |
bogdanm | 0:9b334a45a8ff | 2 | LR_IROM1 0x00000000 0x8000 { ; load region size_region (32k) |
bogdanm | 0:9b334a45a8ff | 3 | ER_IROM1 0x00000000 0x8000 { ; load address = execution address |
bogdanm | 0:9b334a45a8ff | 4 | *.o (RESET, +First) |
bogdanm | 0:9b334a45a8ff | 5 | *(InRoot$$Sections) |
bogdanm | 0:9b334a45a8ff | 6 | .ANY (+RO) |
bogdanm | 0:9b334a45a8ff | 7 | } |
bogdanm | 0:9b334a45a8ff | 8 | ; 8_byte_aligned(48 vect * 4 bytes) = 8_byte_aligned(0xC0) = 0xC0 |
bogdanm | 0:9b334a45a8ff | 9 | ; 6KB - 0xC0 = 0x1740 |
bogdanm | 0:9b334a45a8ff | 10 | RW_IRAM1 0x100000C0 0x1740 { |
bogdanm | 0:9b334a45a8ff | 11 | .ANY (+RW +ZI) |
bogdanm | 0:9b334a45a8ff | 12 | } |
bogdanm | 0:9b334a45a8ff | 13 | RW_IRAM2 0x20004000 0x800 { ; RW data, USB RAM |
bogdanm | 0:9b334a45a8ff | 14 | .ANY (USBRAM) |
bogdanm | 0:9b334a45a8ff | 15 | } |
bogdanm | 0:9b334a45a8ff | 16 | } |
bogdanm | 0:9b334a45a8ff | 17 |