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 ???