if( ( portICCBPR_BINARY_POINT_REGISTER & portBINARY_POINT_BITS ) <= portMAX_BINARY_POINT_VALUE )\r
{\r
/* Start the timer that generates the tick ISR. */\r
+ __asm volatile( "cpsid i" );\r
configSETUP_TICK_INTERRUPT();\r
\r
// __asm volatile( "cpsie i" );\r
licensing and training services.\r
*/\r
\r
-\r
.text\r
\r
.set SYS_MODE, 0x1f\r
/* Read value from the interrupt acknowledge register, which is stored in r0\r
for future parameter and interrupt clearing use. */\r
LDR r2, ulICCIARConst\r
+ LDR r2, [r2]\r
LDR r0, [r2]\r
\r
/* Ensure bit 2 of the stack pointer is clear. r2 holds the bit 2 value for\r
\r
/* Write the value read from ICCIAR to ICCEOIR. */\r
LDR r4, ulICCEOIRConst\r
+ LDR r4, [r4]\r
STR r0, [r4]\r
\r
/* Restore the old nesting count. */\r