2019-04-21 06:42 AM
I want to interface pen drive with STM32f407. Any example code for this?
Using STM32F4xx_DSP_StdPeriph_Lib_V1.8.0 in my code.
Solved! Go to Solution.
2019-04-21 07:06 AM
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
2019-04-21 07:06 AM
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
2019-04-21 10:40 PM
Hi
thanks Clive for your answer
I have made a custom board stm32f407vet6.
Will discovery board work on it?