AVR Only HID Mass Storage Device
Posted: Tue Sep 04, 2007 2:07 am
I've been researching this, and it seems possible. Can anyone provide information regarding the possibility of implementing this device.
I want to use an ATmega168, or similar device, to act as a "flash drive" and store one (1) file in the SRAM portion of the uP.
It seems like you could do this via several combinations.
I.e. Full speed, HID Mass Storage device using Bulk transfer.
or Low speed, HID Mass Storage device using control or interrupt transfer.
or Low speed, HID (Insert device here) using control or interrupt transfer.
Again, it seems entirely possible. Looking for any "gotchas" people might see that I haven't yet.
I want to use an ATmega168, or similar device, to act as a "flash drive" and store one (1) file in the SRAM portion of the uP.
It seems like you could do this via several combinations.
I.e. Full speed, HID Mass Storage device using Bulk transfer.
or Low speed, HID Mass Storage device using control or interrupt transfer.
or Low speed, HID (Insert device here) using control or interrupt transfer.
Again, it seems entirely possible. Looking for any "gotchas" people might see that I haven't yet.