ads1115 only
Fork of mbed by
Diff: TARGET_SAMD21J18A/TOOLCHAIN_ARM_STD/SAMD21J18A.sct
- Revision:
- 111:4336505e4b1c
diff -r 165afa46840b -r 4336505e4b1c TARGET_SAMD21J18A/TOOLCHAIN_ARM_STD/SAMD21J18A.sct --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TARGET_SAMD21J18A/TOOLCHAIN_ARM_STD/SAMD21J18A.sct Tue Dec 15 14:39:38 2015 +0000 @@ -0,0 +1,19 @@ +;SAMD21J18A +;256KB FLASH (0x40000) @ 0x000000000 +;2KB RAM (0x8000) @ 0x20000000 + + +;SAMD21J18A: 256KB FLASH (0x40000) + 32KB RAM (0x8000) +LR_IROM1 0x00000000 0x40000 { ; load region size_region + ER_IROM1 0x00000000 0x40000 { ; load address = execution address + *.o (RESET, +First) + *(InRoot$$Sections) + .ANY (+RO) + } + + ; [RAM] Vector table dynamic copy: 45 vectors * 4 bytes = (0xB4) - alignment + RW_IRAM1 (0x20000000+0xB4) (0x8000-0xB4) { ; RW data + .ANY (+RW +ZI) + } + +} \ No newline at end of file