X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fhw%2Fvectors_cm3.S;fp=bertos%2Fcpu%2Fcortex-m3%2Fhw%2Fvectors_cm3.S;h=dfd464a61b6ea5d28841d314b725a916255451e1;hb=d9969afc78cdc5225514d468e57b83a05ac2dc97;hp=ec81c1a0acc16e6830d4186e651caecdc29aa371;hpb=090f6af3e1292a1d752e72a4108f97418d3cfb53;p=bertos.git diff --git a/bertos/cpu/cortex-m3/hw/vectors_cm3.S b/bertos/cpu/cortex-m3/hw/vectors_cm3.S index ec81c1a0..dfd464a6 100644 --- a/bertos/cpu/cortex-m3/hw/vectors_cm3.S +++ b/bertos/cpu/cortex-m3/hw/vectors_cm3.S @@ -50,19 +50,7 @@ irq_vectors: .word __msp_end /* Initial stack pointer */ .word __init /* The reset handler */ .word default_isr /* The NMI handler */ - .word default_isr /* The hard fault handler */ - .word default_isr /* The MPU fault handler */ - .word default_isr /* The bus fault handler */ - .word default_isr /* The usage fault handler */ - .word 0 /* Reserved */ - .word 0 /* Reserved */ - .word 0 /* Reserved */ - .word 0 /* Reserved */ - .word default_isr /* SVCall handler */ - .word default_isr /* Debug monitor handler */ - .word 0 /* Reserved */ - .word default_isr /* The PendSV handler */ - .word default_isr /* The SysTick handler */ + .word default_isr /* The hard fault handler */ /* * This IRQ vector table will be replaced by another one in RAM after the IRQ * module initialization and the reset handler disables IRQ at the very