• component
    Can anyone assist with the availability of a USB component that allows communication with the USB device. The same as a RS232 component can connect and communicate with a RS232 device. But for USB...
  • component
    Can anyone assist with the availability of a USB component that allows communication with the USB device. The same as a RS232 component can connect and communicate with a RS232 device. But for USB...
  • can't create directory with File System component
    hi, I'm trying to create a directory like this: if (fcheck ("F0:") != fsOK){ //error, format fformat ("F0:", "/FAT32"); //check, if not trwo an error if (fcheck ("F0:") != fsOK) fatalError...
  • MDK File system component, Flash transaction layer
    I am trying to enable the Flash transaction layer on my board. I didn't saw much documentation about the flash transaction layer, such as: 1. API description 2. The Nand flash memory cost by FTL ...
  • File System Component vs RL-FlashFs
    Hello, We have just migrated to the MDK Version 5.I have successfully migrated the legacy mdk ver 4 projects in mdk ver 5. Few queries: 1]MDK 5 middleware uses the File System Component as...