• Potential issue with os_dly_wait
    My application runs on an NXP LPC2468 microcontroller and contains around 30 tasks, running on KEIL RTX configured in fully pre-empted mode (no round robin). Each task has a unique priority and basically...
  • Potential issue with os_dly_wait
    My application runs on an NXP LPC2468 microcontroller and contains around 30 tasks, running on KEIL RTX configured in fully pre-empted mode (no round robin). Each task has a unique priority and basically...
  • Problem with os_dly_wait() and ULINK
    Using ARTX Version 2.02 in our project we have the following problem: We use the os_dly_wait()-function in two different tasks. Running our ULINK to debug the code and stepping through the source...
  • Problem with os_dly_wait() and printf()
    Hello, I'm using LPC2119 microcontroller and RV30 with RTX and ran into several problems. 1) If I use printf(...) inside tasks and use os_dly_wait(...) then as soon as context switching occurs...
  • Problem with os_dly_wait() and ULINK
    Using ARTX Version 2.02 in our project we have the following problem: We use the os_dly_wait()-function in two different tasks. Running our ULINK to debug the code and stepping through the source...