• 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...
  • 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...
  • MCB-STR9, trouble with RTX-Blinky
    I have the Evaluation Kit with MCB-STR9 Board, uVision3, ULINK2. Download of "Blinky" demo program works properly. Even if I make some changings in demo-program. If I try to download "RTX-Blinky" I...
  • trouble over trouble
    Hello I'm working with the AT91RM9200 from Atmel and I have some problems with data abort. The stack size is big enough. I tested it by making the user stack size zero and see which errors now occured...