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

Communication with multiple USB Flash drive through USB Hub

Hi,

I'm interested in getting this LPC2368. I'm actually looking for a solution to my scenario.

1. I have some set of binary files in my microSD card, the total size is about 512MB to 1GB.
2. I will connect upto 50 USB Flash drives into LPC2368 USB channel (through a USB hub).
3. Then I want to copy all files from my microSD to those USB Flash drives.

Question: Is it possible to do this with LPC2368?
What software do I need to make this work?

Thank you.

Parents
  • 2388 is the only one with USB Host/OTG.

    I haven't checked with USB thumb drives, but for a HDD, you don't need to consume disk drive letters. You may mount them in directories instead.

    And Linux does not make use of drive letters at all.

    The problem here is still the total bandwidth of the USB controllers in comparison with the read/write speeed of the individual USB units.

Reply
  • 2388 is the only one with USB Host/OTG.

    I haven't checked with USB thumb drives, but for a HDD, you don't need to consume disk drive letters. You may mount them in directories instead.

    And Linux does not make use of drive letters at all.

    The problem here is still the total bandwidth of the USB controllers in comparison with the read/write speeed of the individual USB units.

Children