2018-08-27 03:03 AM
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
2018-08-27 05:28 AM
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
2018-08-27 10:26 AM
Read AN4879 - USB hardware and PCB guidelines using STM32 MCUs
-- pa
2018-10-08 04:11 AM
the application works and implemented in my custom requirement
Thanks