Files
libopencm3-examples/examples/stm32/f4/stm32f429i-discovery/usb_msc
Nicolas Schodet 5b30e3d98d Fix usage of USB_VBUS
USB_VBUS is not an alternate function, it is an additionnal function which is
always enabled.

If configured as an alternate function, it will draw current from VBUS.
2018-07-03 22:42:44 +00:00
..
2018-07-03 22:42:44 +00:00

README

This example implements a USB Mass Storage Class (MSC) device to demonstrate the use of the USB device stack.