2009-11-07 01:58 AM
Anyone using the STM32C to read a USB flash Drive?
2011-05-17 04:28 AM
Looking at the Docs it appears the STM32C can but used as USB host
so is there example software so the STM32C can connect to a USB flash drive? If so how much code/ram space does it take? What file systems does it support? Are there any licensing issues? If this is all documented somewhere please just point me to it. Thanks Tom2011-05-17 04:28 AM
Hi Tom,
there are few vendors that provide USB host stack for STM32, we have real experience with Micrium (works), but is not cheap. Nothing free, so far.2011-05-17 04:28 AM
I'm looking to do something similar. Chan's FAT (http://elm-chan.org/fsw/ff/00index_e.html) can be used for the file system, but then I need to implement the disk I/O functions:
2011-05-17 04:28 AM
I couldn't locate the file stm32_usbmem anywhere in Keil directories.
Could you please point me at the location. Did you have any success with implementing usb drive interface ? thanks a lot, Gennady