bsp: R5_freertos: modified freertos asm_vectors
This patch modifies asm_vectors in freertos R5 to put the vectors beyond 32MB from code Signed-off-by: Kinjal Pravinbhai Patel <patelki@xilinx.com> Acked by: Anirudha Sarangi <anirudh@xilinx.com>
This commit is contained in:
parent
cbf1285e40
commit
07e5abb299
1 changed files with 1 additions and 0 deletions
|
@ -94,6 +94,7 @@ _vector_table:
|
|||
_irq: .word FreeRTOS_IRQ_Handler
|
||||
_swi: .word FreeRTOS_SWI_Handler
|
||||
|
||||
.text
|
||||
FIQHandler: /* FIQ vector handler */
|
||||
stmdb sp!,{r0-r3,r12,lr} /* state save from compiled code */
|
||||
FIQLoop:
|
||||
|
|
Loading…
Add table
Reference in a new issue