• isr_evt_set problem?
    I have seem some vague references to a potential problem using the isr_evt_set RTX function. I was told it may have been on this forum but can not find any specific info. The claim was that the call...
  • isr_evt_set problem
    Hi, All! My problem is exactly the same as http://www.keil.com/forum/13634/ void UARTHandler (void) __irq { isr_evt_set(0x0001,UART_TASK); //use "os_evt_set" works } void task_UART_received...
  • isr_evt_set make a hard fault
    when I use ARTX with liuminary's LM3S8962 in ISR if I use isr_evt_set, it run into hard fault,if not use the function,it run ok,i don't know why,can I get help? void key_int_isr( void ) __irq {...
  • isr_evt_set() doesn't work
    It is just a simple test. The timer will trigger a task every 20ms. But the led never becomes on. I have tried every method I can found but I still can't figure it out what wrong with it. Please help...
  • isr_evt_set inside a uart interrupt not working
    Hi All, I am working on project using At91sam7s128 and have isr_evt_set(0x0001,TaskIDUSPort0) inside my uart interrupt. Question is what will happen if another new uart interrupt occurs while...