• multiple instances of ITC objects in CMSIS-RTOS
    Hello, I'd like to write some reusabel code module to handle e.g. UART ports. Therefore I'd like to create a variable number (based on some kind of define...) of threads dealing with UART port 1...
  • 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...
  • 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...
  • Hardfault error on callback
    Hi, I'm trying to figure out why a registered callback function is failing. C: socket->cb.socket(socket_idx, 0); ASM: It fails at: 00415B88 ldr r3, [r4, #60] 00415B8A mov r1, r11 00415B8C mov...