I had plans to implement a small WAV playback application making use of a FAT32/SD card file access. Considering my published demo with SD card Mass Storage, the plan evolved to a more ambitious endeavour: implementing the basic blocks of a WAV player. The archetype model for this project is the MP3 player device. It [...]
Entries Tagged as 'MassStorage'
Teensy2 USB WAV player – Part 1
April 28th, 2010 · 2 Comments · Uncategorized
Tags:atmega32u4·boot·LUFA·MassStorage·Teensy2·USB
Teensy2 USB Mass Storage with an SD card
April 12th, 2010 · 36 Comments · Uncategorized
Iterating on my precedent post, the next logical step is to use the USB interface to access the SD card connected to the Teensy2/ATMEGA32U4 with a Mass Storage profile. LUFA Mass Storage demo The LUFA library offers a mass storage demo. It is based on the AT90USBKEY demonstration board that provides two onchip serial flash [...]
Tags:atmega32u4·avr·LUFA·MassStorage·Teensy2·USB