This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

RTS FIFO ERROR

hi,

I am portig RTX to my arm7 processor,In the interrupt handler function i am calling isr_evt_function ,it runs the isr task for sometime and returns fifo overflow error.
can anyone tell me what could be the reason for this.

Thanks
Geetha.

Parents
  • when interrupt comes ,it will go to the interrupt handler function and the isr_evt_set will call the respective task to run.
    That task will take nearly 4ms.every time interrupt comes ,it will do the same things only.
    But after receiving some interrupts ,it hangs and simply goes to while loop in main function.

    Is there any configuration ,to set how many isr calls can be queued?

Reply
  • when interrupt comes ,it will go to the interrupt handler function and the isr_evt_set will call the respective task to run.
    That task will take nearly 4ms.every time interrupt comes ,it will do the same things only.
    But after receiving some interrupts ,it hangs and simply goes to while loop in main function.

    Is there any configuration ,to set how many isr calls can be queued?

Children
No data