mbed library sources

Dependents:   Encrypted my_mbed lklk CyaSSL_DTLS_Cellular ... more

Superseded

This library was superseded by mbed-dev - https://os.mbed.com/users/mbed_official/code/mbed-dev/.

Development branch of the mbed library sources. This library is kept in synch with the latest changes from the mbed SDK and it is not guaranteed to work.

If you are looking for a stable and tested release, please import one of the official mbed library releases:

Import librarymbed

The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

targets/cmsis/TARGET_NXP/TARGET_LPC23XX/TOOLCHAIN_ARM_STD/vector_table.s

Committer:
bogdanm
Date:
2013-08-05
Revision:
13:0645d8841f51

File content as of revision 13:0645d8841f51:

;/* 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