diff --git a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s index fdaeed0c9..ac4b39ad2 100644 --- a/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s +++ b/FreeRTOS/Source/portable/RVDS/ARM_CA9/portASM.s @@ -129,6 +129,8 @@ FreeRTOS_IRQ_Handler POP {r0-r3, lr} ADD sp, sp, r2 + CPSID i + ; Write the value read from ICCIAR to ICCEOIR LDR r4, =ulICCEOIR STR r0, [r4]