Continue working on GCC/CA_9 port layer - tick interrupt now working but needs tidy up.

This commit is contained in:
Richard Barry 2014-01-23 11:51:57 +00:00
parent 8cb6a4f032
commit d0323e67ae
2 changed files with 3 additions and 1 deletions

View file

@ -337,6 +337,7 @@ uint32_t ulAPSR;
if( ( portICCBPR_BINARY_POINT_REGISTER & portBINARY_POINT_BITS ) <= portMAX_BINARY_POINT_VALUE )
{
/* Start the timer that generates the tick ISR. */
__asm volatile( "cpsid i" );
configSETUP_TICK_INTERRUPT();
// __asm volatile( "cpsie i" );