• Suspended state with RTX + RL_FFS + RL_USB (HID+MSC)
    Hi, I’m working on a device which has an STM32F407, a USB connector (not OTG) and an SD card. I want to have both HID (for communication with a PC software) and MSC (to retrieve the data recorded...
  • Suspended state with RTX + RL_FFS + RL_USB (HID+MSC)
    Hi, I’m working on a device which has an STM32F407, a USB connector (not OTG) and an SD card. I want to have both HID (for communication with a PC software) and MSC (to retrieve the data recorded...
  • problem with using RL_USB when remove USB flash memory?!
    Hi. I want to use RL_USB in my project for reading and writing files into USB flash memory. LPC1768 was chosen for this purpose and write and read operations are worked good. Now I want add more parts...
  • problem with using RL_USB when remove USB flash memory?!
    Hi. I want to use RL_USB in my project for reading and writing files into USB flash memory. LPC1768 was chosen for this purpose and write and read operations are worked good. Now I want add more parts...
  • Is RL_USB possible to create composite deivce on runtime
    Hi Our system has a USB device port and SD card slot, the SD card is optional, so there are 2 cases: 1. Connect the USB to PC, it needs to be a HID device. 2. Insert SD card, then connect USB...