• 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(...
  • os_evt_get() is always returning 0
    I have two tasks running one for the GUI and one for a global counter. The GUI task is called when ever there is a button input. The global counter task called task_timer_handler is called from a function...
  • 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...
  • Strange behaviour with TCP-Net/RTX
    Hi, I writing an FTP server with RTX and TCP net. At this time the code only sends a welcome string when someone connects on the port 21. It works well at the first connection, but at the second...
  • mktime behaviour
    Hi, I use mktime to convert date and time into a time_t value and I see a behavior, which I didn't expect. When calling mktime with 29.02.2010, I would expect the function to return -1, but it returns...