mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-31 02:03:48 +00:00
Ensure the first task starts with interrupts enabled.
This commit is contained in:
@@ -148,6 +148,8 @@ vPortSVCHandler;
|
||||
ldr r2, =uxCriticalNesting
|
||||
str r1, [r2]
|
||||
msr psp, r0
|
||||
mov r0, #0
|
||||
msr basepri, r0
|
||||
orr r14, r14, #13
|
||||
bx r14
|
||||
|
||||
|
||||
Reference in New Issue
Block a user