Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 940 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 940 Bytes

STM32F411CE Black Pill USB example

in STM32CubeMX

  • RCC HSE Crystal
  • Connectivity : USB_OTG_FS, Mode Device_Only
  • Middleware : Class For FS IP, Virtual Port Com
  • GPIO PC13 as output for LED

Fixing ST-Link debug problem

  • Edit configuration / Debugger / Show generator options => Software System Reset

Fixing USB port error

References