• Strange phenomenon with os_tmr_call( )
    Hi All, I'm experiencing a strange problem where my code would get stuck in os_tmr_call() in the rtx_config.c. My variable OS_TIMERCNT is set to 0 (default) so I'm not using it. The value of the...
  • Strange phenomenon with os_tmr_call( )
    Hi All, I'm experiencing a strange problem where my code would get stuck in os_tmr_call() in the rtx_config.c. My variable OS_TIMERCNT is set to 0 (default) so I'm not using it. The value of the...
  • CMSIS-RTOS USART callback not working
    Hi, I can't seem to get the CMSIS driver for the UART working. I'm using the Keil 4357 on the MBC4300. My code is based on CMSIS-RTOS blinky and the examples from the CMSIS documentation. One...
  • CMSIS-RTOS USART callback not working
    Hi, I can't seem to get the CMSIS driver for the UART working. I'm using the Keil 4357 on the MBC4300. My code is based on CMSIS-RTOS blinky and the examples from the CMSIS documentation. One...
  • 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...