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:
isiora 2017-08-14 09:22:19 +00:00
parent e9043d1d77
commit 16ff9e3b59
1 changed files with 5 additions and 0 deletions

View File

@ -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.
*/