• 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
    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...
  • RL-RTX - use of os_tmr_create, kill & call
    Could some kind person give me a code snippet showing a typical use of os_tmr_create, _kill and _call. I can't get my head around as to how these should be used and what they can be used for. I have...
  • 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...
  • printf doesn't work
    I'm trying to use printf() function on LPC2138 UART0 but it seems it doesn't work. It works fine on UART1 but not on UART0. Am I missing something? Must I use some redirect or something? Michal