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

Understand OS_ERR_FIFO_OVF ?

Hi,

sometimes my program crashes and I do not know why. I have a error "OS_ERR_FIFO_OVF".
I read the information Keil :
http://www.keil.com/support/docs/3604.htm
and
http://www.keil.com/support/man/docs/rlarm/rlarm_ar_cfgfifosz.htm
I followed the advice but nothing happens.
I use a lot of interruptions in my program.

I'd like to know what interruptions are in the buffer "os_fifo[]" when my programm craches. It would give me a direction to look.

someone is how it works?

Thanks.
JB

Parents
  • But in the end, code should always be written to reduce issues with latency and response time of main application.

    But in the end, code should always be written to eliminate issues with latency and response time of main application.

    many miss the silent 'U' in URTOS. things do not happen in 'real time' but when time is available

Reply
  • But in the end, code should always be written to reduce issues with latency and response time of main application.

    But in the end, code should always be written to eliminate issues with latency and response time of main application.

    many miss the silent 'U' in URTOS. things do not happen in 'real time' but when time is available

Children