Hi I have a problem on RTX interrupt. I am using EINT1 interrupt for one my task. actually i am using 2 tasks one task normally run by the OS_SYS_INIT(). and one more task waiting for an event Which can be set in interrupt task isr_evt_set();
I done it by the procedure given in the RL ARM user guide. In my function the interrupt has been assigned properly with the slots and pins but the isr_evt can't be set properly. I follows the same procedure given in the manual