• Can RL_USB run together with FATFS?
    Just like title show. I just want to use FATFS_0.09 run together with rl_usb (not RL_FLASHFS). any ideas? or RL_FLASHFS support chinese file names??
  • Create Project - RunTime
    Hello, I'm starting to program a Nordic microcontroller, the nRF52. I was able to compile the various examples. Now I would like to create my own project and use the different libraries that...
  • hid composite
    I have lock dead lock problem in PC windows xp service pack III (tested also in windows 7) I already use hid generic single hid with success. Now I am trying to use LPC17xx composite Hid Hid generic...
  • 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...
  • Runtime of if
    Hello, if there is code like if (condition) bla = blub; than the timming can be different if condition is true or false. How to make timing equal on both path? Is else dummy...