cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F407 usb host , pen drive interface example?

vindhyachal
Associate II

I want to interface pen drive with STM32f407. Any example code for this?

Using STM32F4xx_DSP_StdPeriph_Lib_V1.8.0 in my code.

1 ACCEPTED SOLUTION

Accepted Solutions
2 REPLIES 2

You want the SPL library for the Discovery kit, it has an example using the USB Flash drives

https://www.st.com/en/embedded-software/stsw-stm32068.html

https://www.st.com/content/ccc/resource/technical/document/application_note/a3/a8/2d/d7/05/88/4f/ed/DM00039672.pdf/files/DM00039672.pdf/jcr:content/translations/en.DM00039672.pdf

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
vindhyachal
Associate II

Hi

thanks Clive for your answer

I have made a custom board stm32f407vet6.

Will discovery board work on it?