• tsk_lock() and tsk_unlock()
    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...
  • tsk_lock or os_suspend ?
    Hi I want to know the differences between tsk_lock & os_suspend . thanks
  • RTX and tsk_lock()
    one simple question when i disable the scheduler with tsk_lock() just before the systick IRQ will be executed will this IRQ lost ? for example, every 1ms the scheduler will be called then at time 3...
  • tsk_lock() and tsk_unlock()
    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...
  • RTX and tsk_lock()
    one simple question when i disable the scheduler with tsk_lock() just before the systick IRQ will be executed will this IRQ lost ? for example, every 1ms the scheduler will be called then at time 3...