Added init code to setup the secure VBAR.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10429 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
e9043d1d77
commit
16ff9e3b59
|
@ -44,6 +44,11 @@
|
|||
*/
|
||||
.global Reset_Handler
|
||||
Reset_Handler:
|
||||
/*
|
||||
* Set secure VBAR to system vectors table
|
||||
*/
|
||||
ldr r0, =_start
|
||||
mcr p15, 0, r0, c12, c0, 0
|
||||
/*
|
||||
* Stack pointers initialization.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue