fixed bug: correct cortex-m SCB->VTOR address.

This commit is contained in:
aozima
2013-06-23 18:08:16 +08:00
parent 93b9b28297
commit b045f93b47
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
.thumb
.text
.equ SCB_VTOR, 0xE000ED04 /* Vector Table Offset Register */
.equ SCB_VTOR, 0xE000ED08 /* Vector Table Offset Register */
.equ ICSR, 0xE000ED04 /* interrupt control state register */
.equ PENDSVSET_BIT, 0x10000000 /* value to trigger PendSV exception */