• 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...
  • UDP sending data using RL-TCPNET stack
    I am using the RL-TCPNET library and have some issues as follows: I am using a UDP Client on my target device and sending data to the computer. However when I send data say 10000 times over UDP using...
  • Use of os_xx_functions in callbacks
    Is it safe to use such functions as os_mbx_send inside a call back function ie. udp_callback from the TCP stack, i have this working and all seems ok, i am passing messages from the udp socket inside...
  • 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...
  • os_tmr_call() callback does not work
    I've got a simple project for LPC2138 microcontroller. In main() function I call os_tmr_create(10, 1); to create user timer and then just while(1); I've os_tmr_call(U16 info) function that is never...