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

RTX USB Composite Device HID and MSC

Hardware:
Keil MCBSTM32F400

Software:
Keil MDK V4.53, V4.52, V4.51 V4.50

I have created code to run USB Composite Device HID and MSC-SDIO with out RTX every thing is works fine.

When I try to develop USB Composite Device HID and MSC-SDIO with RTX the MSC always fails to read. The HID side work ok. I changed the code to work with MSC disk image sample no SDIO routine, the MSC and HID work fine. So I am assuming that the sample SDIO driver do not work in RTX USB Composite.

Has anyone had similar issues ???

Parents
  • > Why do we need this SOF function. ????

    For typical USB - SD card reader implementation, SOF interrupt gives regular timing to poll media-detect / write-protect switches. But I'm not sure if this is the case on the RTX-MSC-SDIO library.

    Anyway, as the core source code of the stack is not open, I can't contribute to RTX-USB. It's Keil's business.

    Tsuneo

Reply
  • > Why do we need this SOF function. ????

    For typical USB - SD card reader implementation, SOF interrupt gives regular timing to poll media-detect / write-protect switches. But I'm not sure if this is the case on the RTX-MSC-SDIO library.

    Anyway, as the core source code of the stack is not open, I can't contribute to RTX-USB. It's Keil's business.

    Tsuneo

Children
No data