• ping from MCB2300 with RTL TcpNet
    Hi, I would need to ping from the MCB2300 to a fixed IP address. I would like to know how to implement this in MCB2300 using the RTL TcpNet library. Please provide some answers on how I can go...
  • RT-Agent with RTL-ARM
    It is possible to use RT-Agent feature of ULINK2 in program that based on RTL-ARM RTOS? One problem i already find is that both of them using SWI.
  • RTL Undefined Symbol
    Hi, I am encountering a link error when building for Symbian 9.2. I am using the Symbian StlPort. I am using RVCT 2.2 build 593 Error: L6218E: Undefined symbol _STL::_STLP_alloc_proxy<char*,...
  • Getting task priority in RTL
    Is there a legitimate way for the currently-running task to find its own priority under RTL? I want to be able to demote the priority of the current task using os_tsk_prio_self(1), and then restore it...
  • Are mutexes in RTL-RTX volatile ?
    Hello, I am using mutexes in my project in order to protect resources shared among tasks. The shared resources are volatile (of course), but I cannot declare the mutex volatile (if I did so,...