• os_tmr_create
    Hi!! If I call function os_tmr_create in function os_tmr_call, my sistem restarts. Any idea why? I need to call this function, because of limitation of timeout count is cca 65000 and I need own...
  • os_tmr_create
    Hi!! If I call function os_tmr_create in function os_tmr_call, my sistem restarts. Any idea why? I need to call this function, because of limitation of timeout count is cca 65000 and I need own...
  • os_tmr_create() doesn't work
    I used os_tmr_create(). But, always return value is NULL!! Why!!? I saw os_tmr_create() defined in rt_Timer.c file. There is the following codes in the first conditional expression. if (tcnt...
  • os_tmr_create() doesn't work
    I used os_tmr_create(). But, always return value is NULL!! Why!!? I saw os_tmr_create() defined in rt_Timer.c file. There is the following codes in the first conditional expression. if (tcnt...
  • RTOS v1: os_tmr_create() always returns null
    Hello All, I have the #define OS_TIMERS 1 in the conf file; but os_tmr_create() is always returning NULL - does this work on RTOS v1? I have the v1.0 files installed; I am not able to upgrade...