• Using os_evt_get() alone ?
    Hi, Im using RTX kernel with the TCP Net library. The manual says I have to do all my Tcpnet jobs in one task ... So , I have to manage some events for each Tcp socket used. (connecting, sending...
  • RTX - os_evt_get trouble
    Hi, I'm working with MDK_ARM V4.00 I would like to use os_evt_get to identify the current event in a task and I've obtained a strange result ! My source is : EvtFlag_T1 = os_evt_get(...
  • RTX os_evt_get behaviour
    Hi guys, Just a quick one, can anyone confirm the behaviour of os_evt_get? I'm wishing to share a buffer between two threads of different priority. When the thread of higher priority wishes to...
  • fcheck() always return 1
    Hi, I am using Flash file system for interfacing sd card using SPI. MCU is LPC2138. Every thing is working fine except for fcheck() which always returns 1. I am using the latest versions MDK4.54...
  • RTOS v1: os_tmr_create() always returns null
    Hello All, I have the #define OS_TIMERS 1 in the conf file; but os_tmr_create() is always returning NULL - does this work on RTOS v1? I have the v1.0 files installed; I am not able to upgrade...