Hallo,
i use tsk_lock() for disables task switching(on Arm Cortex-M3) is this the same function as NVIC_DisableIRQ(SysTick_IRQn)
i wonder because tsk_lock() takes longer then calling NVIC_DisableIRQ(SysTick_IRQn)
Rgds, Willi Huber