• CMSIS-RTOS osSignalSet not immediate
    I have several tasks running with different priority levels. The problem I am seeing is that a high priority task that is waiting w/timeout on a signal is not being put into the running state immediately...
  • RTX: osSignalSet wakes a lower priority thread.
    Hello. I have a thread that waits for up to n signals before sending a specific message. This is a low priority thread that should only send the message after the higher priority thread sleeps...
  • Interrupt Issue
    Can I call function outside of ISR,from inside of an ISR which is call by other function(eg. from MAIN) in AT89S52 using C?
  • GNU external interrupt issue
    I can't get the code to return from the EINT1 ISR with GNU, but works fine with CARM...
  • Issue with LPC2378 IRQ interrupts
    Hi there, I have 2 IRQ related ISR's in the program shown below. ISR's 1 and 2 do the task of making an LED (connected to P2.0 and P2.7) on and off. Iam seeing that when ISR1 is in execution(which...