DEMO STM32F4 USB EXAMPLE
File list:
myusb
....\cmsis
....\.....\core_cm4.h
....\.....\core_cm4_simd.h
....\.....\core_cmFunc.h
....\.....\core_cmInstr.h
....\cmsis_boot
....\..........\startup
....\..........\.......\startup_stm32f4xx.c
....\..........\stm32f4xx.h
....\..........\stm32f4xx_conf.h
....\..........\system_stm32f4xx.c
....\..........\system_stm32f4xx.h
....\cmsis_lib
....\.........\include
....\.........\.......\misc.h
....\.........\.......\stm32f4xx_exti.h
....\.........\.......\stm32f4xx_gpio.h
....\.........\.......\stm32f4xx_rcc.h
....\.........\source
....\.........\......\misc.c
....\.........\......\stm32f4xx_exti.c
....\.........\......\stm32f4xx_gpio.c
....\.........\......\stm32f4xx_rcc.c
....\myUSB
....\.....\Debug
....\.....\.....\bin
....\.....\.....\...\history.xml
....\.....\.....\...\myUSB.bin
....\.....\.....\...\myUSB.elf
....\.....\.....\...\myUSB.hex
....\.....\.....\...\myUSB.map
....\.....\.....\obj
....\.....\.....\...\history.xml
....\.....\.....\...\main.o
....\.....\.....\...\misc.o
....\.....\.....\...\startup_stm32f4xx.o
....\.....\.....\...\stm32f4xx_exti.o
....\.....\.....\...\stm32f4xx_gpio.o
....\.....\.....\...\stm32f4xx_rcc.o
....\.....\.....\...\system_stm32f4xx.o
....\.....\.....\...\usbd_cdc_core.o
....\.....\.....\...\usbd_cdc_vcp.o
....\.....\.....\...\usbd_core.o
....\.....\.....\...\usbd_desc.o
....\.....\.....\...\usbd_ioreq.o
....\.....\.....\...\usbd_req.o
....\.....\.....\...\usbd_usr.o
....\.....\.....\...\usb_bsp.o
....\.....\.....\...\usb_core.o
....\.....\.....\...\usb_dcd.o
....\.....\.....\...\usb_dcd_int.o
....\.....\myUSB.elf.xcodeproj
....\.....\...................\project.pbxproj
....\usblib
....\......\usbd_cdc_core.c
....\......\usbd_cdc_core.h
....\......\usbd_cdc_vcp.c
....\......\usbd_cdc_vcp.h
....\......\usbd_conf.h
....\......\usbd_conf_template.h
....\......\usbd_core.c
....\......\usbd_core.h
....\......\usbd_def.h
....\......\usbd_desc.c
....\......\usbd_desc.h
....\......\usbd_ioreq.c
....\......\usbd_ioreq.h
....\......\usbd_req.c
....\......\usbd_req.h
....\......\usbd_usr.c
....\......\usbd_usr.h
....\......\usb_bsp.c
....\......\usb_bsp.h
....\......\usb_bsp_template.c_D
....\......\usb_conf.h
....\......\usb_conf_template.h
....\......\usb_core.c
....\......\usb_core.h
....\......\usb_dcd.c
....\......\usb_dcd.h
....\......\usb_dcd_int.c
....\......\usb_dcd_int.h
....\......\usb_defines.h
....\......\usb_hcd.c_D
....\......\usb_hcd.h_D
....\......\usb_hcd_int.c_D
....\......\usb_hcd_int.h_D
....\......\usb_otg.c_D
....\......\usb_otg.h_D
....\......\usb_regs.h
....\......\_desc.txt
....\main.c
....\myUSB.cogui
....\myUSB.coproj