From 27e7b701ceb1a96070b8eeadf85d3643a7adcc4e Mon Sep 17 00:00:00 2001 From: Pixel Date: Thu, 27 Jan 2011 22:19:47 -0800 Subject: I fail at C-programming. Base VTOR address now works properly. --- arch/arm/lpc17xx/startup.s | 8 -------- 1 file changed, 8 deletions(-) (limited to 'arch/arm/lpc17xx/startup.s') diff --git a/arch/arm/lpc17xx/startup.s b/arch/arm/lpc17xx/startup.s index 86365c1..564c4d7 100644 --- a/arch/arm/lpc17xx/startup.s +++ b/arch/arm/lpc17xx/startup.s @@ -129,14 +129,6 @@ __cs3_interrupt_vector_cortex_m: .long BusFault_Handler /* Bus Fault Handler */ .long UsageFault_Handler /* Usage Fault Handler */ .long 0 /* Reserved - ROM CRC check ? */ - .long 0 /* Reserved */ - .long 0 /* Reserved */ - .long 0 /* Reserved */ - .long vPortSVCHandler /* SVCall Handler */ - .long DebugMon_Handler /* Debug Monitor Handler */ - .long 0 /* Reserved */ - .long xPortPendSVHandler /* PendSV Handler */ - .long xPortSysTickHandler /* SysTick Handler */ .size __cs3_interrupt_vector_cortex_m, . - __cs3_interrupt_vector_cortex_m -- cgit v1.2.3