• 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...
  • CMSIS USART
    Hello Adib Taraben, I am glad to read, that someone else is unhappy with CMSIS-UART. I share your opinion, that CMSIS USART Driver is not 100% applicable for randomly receiving You could implement...
  • 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...
  • CMSIS driver callbacks don't support user data
    I'm trying to write an object-based solution on top of the CMSIS Driver_I2C which would allow simultaneous handling of multiple I2C interfaces connected to devices of certain type. Things got complicated...
  • 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...