• RTX OS_ERR_FIFO_OVF
    Hi, I am using the STM32F207 (Cortex-M3) device with MDK 4.50. I have an ISR function which calls isr_evt_set() to send a “Tick” event when a 1ms h/w timer tick occurs. A task calls os_evt_wait_and...
  • RTX OS_ERR_FIFO_OVF
    Hi, I am using the STM32F207 (Cortex-M3) device with MDK 4.50. I have an ISR function which calls isr_evt_set() to send a “Tick” event when a 1ms h/w timer tick occurs. A task calls os_evt_wait_and...
  • RL-ARM : OS_ERR_FIFO_OVF
    Hi, What mean the OS_ERR_FIFO_OVF error on runtime? Best regard.
  • RL-ARM : OS_ERR_FIFO_OVF
    Hi, What mean the OS_ERR_FIFO_OVF error on runtime? Best regard.
  • OS_ERR_FIFO_OVF when CAN data received
    Hi everybody I use SAM7x512 and RL-ARM OS. here, OS has 7 tasks and one of them is for CAN receiver. OS_TICK is 1000 and OS_STKSIZE is 1024. and 500000 is my CAN baudrate(my board is just receiver...