Skip to main content
Vprabhu
Associate III
August 27, 2018
Question

HI i am trying to get the example project for interfacing USB stick into my custom board which has STM32F429II now , I could not find it in any of your latest Cubeprjects or anywhere in example projects,

  • August 27, 2018
  • 3 replies
  • 592 views

I want to know how do i interface the USB stick to my board and start communicating with it.

basically i want to read .bin/.png/.dfu files from USB stick

Please provide the example project as soon as possible 

This topic has been closed for replies.

3 replies

Tesla DeLorean
Guru
August 27, 2018

The chance of anyone having a project for your custom board would be very slim

STM32Cube_FW_F4_V1.21.0\Projects\STM32F4-Discovery\Applications\FatFs\FatFs_USBDisk\readme.txt

STM32Cube_FW_F4_V1.21.0\Projects\STM32F429I-Discovery\Applications\FatFs\FatFs_USBDisk\readme.txt

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
Pavel A.
Super User
August 27, 2018

Read AN4879 - USB hardware and PCB guidelines using STM32 MCUs

-- pa

Vprabhu
VprabhuAuthor
Associate III
October 8, 2018

the application works and implemented in my custom requirement

Thanks