提交 e989f13f 编写于 作者: U ufwihg

update bsp/lpc178x/CMSIS/CM3/DeviceSupport/NXP/LPC177x_8x/startup/gcc/startup_LPC177x_8x.s

上级 512b6ee9
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
*/ */
.equ Stack_Size, 0x00000200 .equ Stack_Size, 0x00000200
.section ".stack", "w" .section .stack, "w"
.align 3 .align 3
.globl __cs3_stack_mem .globl __cs3_stack_mem
.globl __cs3_stack_size .globl __cs3_stack_size
...@@ -40,12 +40,12 @@ __cs3_stack_mem: ...@@ -40,12 +40,12 @@ __cs3_stack_mem:
/* Vector Table */ /* Vector Table */
.section ".cs3.interrupt_vector" .section .interrupt_vector
.globl __cs3_interrupt_vector_cortex_m .globl __cs3_interrupt_vector_cortex_m
.type __cs3_interrupt_vector_cortex_m, %object .type __cs3_interrupt_vector_cortex_m, %object
__cs3_interrupt_vector_cortex_m: __cs3_interrupt_vector_cortex_m:
.long __cs3_stack /* Top of Stack */ .long _estack /* Top of Stack */
.long Reset_Handler /* Reset Handler */ .long Reset_Handler /* Reset Handler */
.long NMI_Handler /* NMI Handler */ .long NMI_Handler /* NMI Handler */
.long HardFault_Handler /* Hard Fault Handler */ .long HardFault_Handler /* Hard Fault Handler */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册