• 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...
  • 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...
  • 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...