• 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...
  • LPC2365 TCP/IP callback issue
    The latest MDR and RTX updates seem to not receive UDP or TCP packets correctly (or at least consistently - I can get it to trigger once). The transmit functions work well, but the callback functions...
  • I2C callback functions
    Hi Everyone, I've been facing difficulty in writing code in call back functions of i2c. I mean I am totally blank. Please help me. I am trying to communicate in between LPC936 . I...
  • 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...
  • 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...