2018-05-11 06:21 PM
Hello ,
I want to use USB device functionality of the STM32F4 discovery board. basically i want to enumerate the flash of the MCU as flash drive on the PC. Can you please point me to some stm32 USB related getting started Programming guides or application notes for the beginners . ??
Thank you
2018-05-14 02:03 AM
Hi Ramesh,
I advise you to refer to
. It's a user manual that describes the STM32Cube USB device library and how to start and implement a USB device applications for most common USB device classes (HID, MSC, Audio, CDC…) based on the USB device stack that supports all STM32 microcontroller series.Khouloud.
2018-05-16 03:04 AM
Hi Ramesh,
You may have a look on
: USB hardware and PCB guidelines using STM32 MCUs.It will give you an idea about the most important points that should be taken into consideration when developing your own USB application based on an STM32 MCU.Khouloud.
2018-05-18 02:08 AM
Thank you very much for the reply . i will go through it
2018-05-18 05:23 AM
Good luck