I am working with a avr32 using the EVK1101 demo board and would like to have a project up and going that has usb mass storage device so that we can copy files from the usb drive over to the spi interface. Has anyone done a similar project or have some good starting spots on this? I am new to the freertos as I am coming from a linux world but am excited to see the work going on here.
yes, I see that code in there, but I was thinking that someone would have a sample/starter project with some of that implemented. That is, the hooks are there, but nothing that is built to read a file off of the usb. Does anyone have a project to do something like that and perhaps set as a project in eclipse or something like that? I did see that the rtos has some files for mass storage but didn’t see where any are used.
the control panel demo doesn’t necessarily build that, but I do see a mass storage example. I was looking at the freertos download and not the avr download from atmel. Thanks for the help, I’ll work with using that.