Skip to main content
rh_it
Visitor II
July 1, 2011
Question

Are there USB and file system libraries for STM32F20x series?

  • July 1, 2011
  • 2 replies
  • 855 views
Posted on July 01, 2011 at 16:45

Hi all,

Someone can tell me if ST provides USB libraries for high&full speed and file system for FAT16/FAT32 for STM32F20x? I cann't find out these libraries on ST's website.

Thanks in advance

    This topic has been closed for replies.

    2 replies

    ColdWeather
    Senior
    July 2, 2011
    Posted on July 02, 2011 at 09:52

    Hello,

    1). I'm not familiar with the 20x series but I think, USB device support there should be similar to 10x series. Try

    http://www.st.com/internet/com/SOFTWARE_RESOURCES/SW_COMPONENT/FIRMWARE/um0424.zip

    .

    2). The file system is mostly supported by tool chain vendors like KEIL (Real View Library, Flash-FS there) or by open source like

    http://elm-chan.org/fsw/ff/00index_e.html

    .

    rosarium
    Associate
    July 5, 2011
    Posted on July 05, 2011 at 08:00

    Yes you can use free lib FAT_FS-ELM by Chan or EFSL. I have used both the libs for STM32F107VCT6 on IAR and KEIL and they works ok.