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
Diff: targets/cmsis/TARGET_NXP/TARGET_LPC23XX/TOOLCHAIN_ARM_STD/vector_table.S
- Revision:
- 0:9b334a45a8ff
- Child:
- 144:ef7eb2e8f9f7
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/targets/cmsis/TARGET_NXP/TARGET_LPC23XX/TOOLCHAIN_ARM_STD/vector_table.S Thu Oct 01 15:25:22 2015 +0300 @@ -0,0 +1,99 @@ +;/* mbed Microcontroller Library - InterruptIn +; * Copyright (c) 2006-2009 ARM Limited. All rights reserved. +; */ + +#line 1 "vector_table.s" +; + + + + +#line 1 "vector_defns.h" + + + + + + + + + +#line 21 "vector_defns.h" + + + + + + + + + + + + + + + + + + +#line 47 "vector_defns.h" + + +#line 58 "vector_defns.h" + + + + + + + + + + + + + + + + + + +#line 7 "vector_table.s" + +; + + + AREA RESET, CODE, READONLY + ARM +; ENTRY + PRESERVE8 + + + + + +; EXPORT __main + IMPORT __mbed_reset + IMPORT __mbed_undef + IMPORT __mbed_swi + IMPORT __mbed_prefetch_abort + IMPORT __mbed_data_abort + IMPORT __mbed_irq + IMPORT __mbed_fiq + +; + + +;__main + LDR PC, =__mbed_reset + LDR PC, =__mbed_undef + LDR PC, =__mbed_swi + LDR PC, =__mbed_prefetch_abort + LDR PC, =__mbed_data_abort + NOP ; + LDR PC, =__mbed_irq + LDR PC, =__mbed_fiq + + + END
