• 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...
  • UVSOCK callback handling issue
    Hi, I have implemented a C# application for Remotely debugging Keil which uses UVSOCK.dll provided in below link: http://www.keil.com/appnotes/docs/apnt_198.asp The commands are working fine...
  • 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...
  • 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...
  • 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...