• Strange phenomenon with os_tmr_call( )
    Hi All, I'm experiencing a strange problem where my code would get stuck in os_tmr_call() in the rtx_config.c. My variable OS_TIMERCNT is set to 0 (default) so I'm not using it. The value of the...
  • CMSIS-RTOS USART callback not working
    Hi, I can't seem to get the CMSIS driver for the UART working. I'm using the Keil 4357 on the MBC4300. My code is based on CMSIS-RTOS blinky and the examples from the CMSIS documentation. One...
  • Callback function
    I am developing an application based on 8051 core. I am using uVersion2 and C51. The application is based on UNIX OS concept and it involved the RTOS features. Here i am facin problem with call back function...
  • Context of tcp callback functions.
    I am using using RL-TCPNet without the RL-RTX multitasking library, in other words I am calling the Main_TcpNet() function at regular intervals within my code. Everything seems to be working ok, but...
  • RL-TCPnet - UDP callback
    Hello, I'm noticing a strange scenario happening on my system while using a UDP socket from the RL-TCPnet library. Scenario summary: lpc1788 micro - custom board RTX in use 1 UDP socket Webserver...