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

RL-ARM: OS_ERR_FIFO_OVF in the RTX HID example with MDK 4.50

I am using the Keil SAM3U-EK with MDK 4.50 and Ulink Pro.
The RTX HID example (Keil\ARM\Boards\Atmel\SAM3U-EK\RL\USB\Device\RTX\HID) from MDK 4.20 work perfectly but the RTX HID example from MDK 4.50/4.53 ends in an OS_ERR_FIFO_OVF error when I connect the USB.
Does somebody use RTX and HID with the new libraries (4.50/4.53)? Or knows the reason for this fifo overflow? Is this a bug in the library/RTX?

Thanks in advance,
Michael

  • I have the same problem on another target (STM32F103).

    If I include the USB library and initialize it in my application, the application either reboots or end up in the os_error(OS_ERR_FIFO_OVF) function.

    Did you find a explanation or solution to this problem?