Skip to content

STM32CubeMX Configuration

spielhuus edited this page Jul 22, 2019 · 1 revision
  1. Open STMCubeMX and create a new project
  2. Search for STM32F103C8, select the board and create new project
  3. configure the PINS
  • Function of the pin PC13: GPIO-Output and Name it "LED"
  • RCC->High Speed Clock (HSE): Crystal/Ceramic Resonator
  • Sys->Debug: Serial Wire
  • USB: Device (FS)
  • USB_Device->Class For FS IP: Communication Device Class (Virtual Serial Port)
Clone this wiki locally