• 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...
  • 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...
  • Thumb change alone
    Hello , I'm using Keil µVision on a LPC2387. Here's this strange behaviour : From time to time, when going through the code __disable_irq(); , the Thumb mode is cancelled, and then later it...
  • Stand alone Flash Programming
    Is it possible to use the Ulink2 JTAG adapter to flash a device (LPC2132) without requiring the IDE? I'm looking for some way of providing production programming using a simple interface. Thanks.