hi,
my usb device with cdc vcom and msc ramdisk is now running.
now i want to have more than one usb disk, e.g. 3 different RAMDISKs with different size
what have i to do for this:
1.) Setting USB_DEVICE_CONFIG_MSC to 3?
I tried this but it does not work, i still have only one usb drive in windows
2.) set logicalUnitNumberSupported to 3?
I tried this, i got 3 usb drives in windows, but all 3 drives are the same.
3.) is there a demo for how to setup more than 1 usb disk
thanx
Hi Christian,
All the drives are being shown as the same unit because just one buffer is declared (s_StorageDisk), and it is pointed from all the LUNs. So, the options could be (considering the RAM size):
Hope this will be useful for you.
Best regards!
/Carlos
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------