• os_tsk_delete
    hi, I have some scheduling problems with my application when I 'm deleting task with the fucntion os_tsk_delete in ARTX My application freeze and when I'm inspecting state of task with µVision3...
  • os_tsk_delete
    hi, I have some scheduling problems with my application when I 'm deleting task with the fucntion os_tsk_delete in ARTX My application freeze and when I'm inspecting state of task with µVision3...
  • A possible bug in os_tsk_delete, MDK-ARM v3.50
    Hi everyone, It appears there is a bug in os_tsk_delete function in MDK-ARM v3.50. If a task with an OS_TID = <some number N> tries to delete a previous task with OS_TID = N-1, the task with OS_TID...
  • A possible bug in os_tsk_delete, MDK-ARM v3.50
    Hi everyone, It appears there is a bug in os_tsk_delete function in MDK-ARM v3.50. If a task with an OS_TID = <some number N> tries to delete a previous task with OS_TID = N-1, the task with OS_TID...
  • Interrupt handler for timer 4 doesn't return
    I don't know if the title is correct. This is the first time I use interrupt handlers. My problem is that I am trying to configure capture for one axis (axis 1) using PB8, TIM4, Channel3. This is...