• 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...
  • Hard fault in os_mbx_wait (rt_mbx_wait) with RTX
    Hi, We are using RTX with STM32 cortex M3. We have a task crashing due to hard fault, in the os_mbx_wait function. We investigated the hard fault including compiling the RTX source code in the...
  • 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....
  • os_mbx_wait get how long has sleep
    Hello How can I know how many ticks the os_mbx_wait function slept before the message has been received? So when the return code is OS_R_MBX, how can I calculate the wait period? Regards
  • Question
    Dear Shyam , Hello. Can you explain me about Read_RTC function ?