• 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...
  • Callback Function from ISR
    Recently, I was studying the source file of I2C from the code examples of LPC177x_8x controller. I came across void (*callback)(void); /**< Pointer to Call back function when transmission complete...
  • 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...
  • 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...
  • 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...