• Problem with combination of isr_mbx_send and os_mbx_wait
    Good evening, i'm having problems with sending a mail from an interrupt to a task. I'm using the LPC1769 (Cortex-M3). The os_mbx_wait-function just waits forever, although the isr_mbx_send() is multiply...
  • problem with OS_MBX_WAIT() timeout after combining with ISR_MBX_SEND
    Hi, I am trying to get messages from my mailbox to display it on my LCD Screen. However, my IRQ is always displaying the Full Message and my os_mbx_wait always timeout even when the mailbox is full....
  • RTX
    Hi I am using RTX kernel in ARM LPC 2148 microcontroller, in which i am in need to use ADC. In a task ADC cannot be worked properly it gives only initial value but it can't update the readed values...
  • 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
    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...