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