• os_tmr_create
    Hello!! I hace a problem with os_tmr_create and os_tmr_kill. I need use these functions in the USART interrupt, but when the procesor run this line it goes to Hard Fault. Can you help me please...
  • os_tmr_create
    Hello!! I hace a problem with os_tmr_create and os_tmr_kill. I need use these functions in the USART interrupt, but when the procesor run this line it goes to Hard Fault. Can you help me please...
  • 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...