raspiezo / mbed-dev

Dependents:   Nucleo_L432KC_Quadrature_Decoder_with_ADC_and_DAC

Fork of mbed-dev by mbed official

Committer:
<>
Date:
Fri Oct 28 11:17:30 2016 +0100
Revision:
149:156823d33999
Parent:
targets/cmsis/TARGET_Atmel/TARGET_SAM_CortexM0P/TARGET_SAMD21/TARGET_SAMD21J18A/TOOLCHAIN_ARM_STD/SAMD21J18A.sct@15:a81a8d6c1dfe
This updates the lib to the mbed lib v128

NOTE: This release includes a restructuring of the file and directory locations and thus some
include paths in your code may need updating accordingly.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 14:d797fbdad187 1 ;SAMD21J18A
mbed_official 14:d797fbdad187 2 ;256KB FLASH (0x40000) @ 0x000000000
mbed_official 14:d797fbdad187 3 ;2KB RAM (0x8000) @ 0x20000000
mbed_official 14:d797fbdad187 4
mbed_official 14:d797fbdad187 5
mbed_official 14:d797fbdad187 6 ;SAMD21J18A: 256KB FLASH (0x40000) + 32KB RAM (0x8000)
mbed_official 14:d797fbdad187 7 LR_IROM1 0x00000000 0x40000 { ; load region size_region
mbed_official 14:d797fbdad187 8 ER_IROM1 0x00000000 0x40000 { ; load address = execution address
mbed_official 14:d797fbdad187 9 *.o (RESET, +First)
mbed_official 14:d797fbdad187 10 *(InRoot$$Sections)
mbed_official 14:d797fbdad187 11 .ANY (+RO)
mbed_official 14:d797fbdad187 12 }
mbed_official 14:d797fbdad187 13
mbed_official 14:d797fbdad187 14 ; [RAM] Vector table dynamic copy: 45 vectors * 4 bytes = (0xB4) - alignment
mbed_official 14:d797fbdad187 15 RW_IRAM1 (0x20000000+0xB4) (0x8000-0xB4) { ; RW data
mbed_official 14:d797fbdad187 16 .ANY (+RW +ZI)
mbed_official 14:d797fbdad187 17 }
mbed_official 14:d797fbdad187 18
mbed_official 14:d797fbdad187 19 }