• issue regarding External Interrupt EINT3
    Hi My external interrupt is not working. I am using LPC2388 ,configured P2.13 as EINT3 , My interrupt source is a active low signal., i configured EINT3 as falling edge. Do i need to change any code...
  • EINT3 doesn´t work on MCB1700 with LPC1758
    Hello everyone, I have tried to make a external interrupt with any Pin of port0 and port2 to trigger a EINT3 interrupt but sadly it didn´t work have tried everything even simple programms to test...
  • RTX
    hi ,i have a problem with RTXfor example : #include <rtl.h> void task1 (void) __task { os_evt_wait_or 0x0001,0xFFFF ); Â'xxxxxx. os_dly_wait (200); // 2s .xxxxxx .xxxxxxx } quesrtion : the...
  • RTX
    Hi Per Westermark I am using two different task one is voltage updation another one current updation . I am using both inside RTX to get a robust output. Here i am using ADC conversion, my code...
  • RTX
    Hello, How would RTX fail apart from stack overflow? Currently, my software runs for approx. 10 hours and fail using RTX. I have increase the task overflow and also the interrupt and user mode...