Hi,
I'm currently using FatFS (through StellarisWare in the TI-RTOS package) to interact (read/write) with a USB Flash Drive. I'm using a Stellaris LM3S chip. I'm having trouble finding a way to access a unique serial number from a flash drive that will differentiate it from other USB drives.
I see a lot of documentation that refers to a "iSerialNumber" variable. However, since I'm using USBMSCHFatFs.h/.c to initialize the USB driver, I seem to be disconnected from this driver.
Can anyone shed some light on this for me? I'd just like to access a unique value that differentiates one flash drive from all other flash drives.
Thanks in advance.