• Relative timing of os_time_get() and os_itv_wait()
    In a very simple task containing an infinite loop and running on os_itv_wait() I would like to measure how long the code takes to run using os_time_get(). For example if os_itv_wait() lets my code run...
  • Relative timing of os_time_get() and os_itv_wait()
    In a very simple task containing an infinite loop and running on os_itv_wait() I would like to measure how long the code takes to run using os_time_get(). For example if os_itv_wait() lets my code run...
  • Why RTX function os_dly_wait() and os_itv_wait() don't run in flash while do in debug mode?
    Using a TMS470R1B1M board designed by myself, Non RTX program runs fine within and without flash, but when added RTX,os_dly_wait() and os_itv_wait() refuse to run in flash mode while they work sucessfully...
  • Why RTX function os_dly_wait() and os_itv_wait() don't run in flash while do in debug mode?
    Using a TMS470R1B1M board designed by myself, Non RTX program runs fine within and without flash, but when added RTX,os_dly_wait() and os_itv_wait() refuse to run in flash mode while they work sucessfully...
  • Question about RAM management again
    Taking the advice from Drew Davis,I defined all function with REENTRANT.After compiling and linking ,RAM reduced more than 200 bytes.But the program can not drive the LCD well even a black point on LCD...