STM32

From Land Boards Wiki
Revision as of 22:06, 25 September 2020 by Blwikiadmin (talk | contribs) (→‎Features)
Jump to navigation Jump to search

BluePill-P642-cropped-720px.jpg

Features

Used on BLUE-PILL-HUB card

  • STM32F103
    • 72 MHz
    • 64KB Flash (most have 128KB)
    • 20 KB SRAM
    • 3.3V
    • 16 MHz
    • 2x12-bit, A/D converter
    • 7-channel DMA controller
    • SPI, I2C, UART interfaces
    • 7 timers
  • MicroUSB
  • Reset button
  • Download jumper
    • Replaced with a slide switch
  • Power LED
  • PC 13 LED
  • SWD connector
  • RTC crystal

STM32F103C8T6-Blue-Pill-Pin-Layout.gif

Arduino IDE

Uploading Code

  • FTDI connection to Blue Pill Hub FTDI connector
    • FTDI TX (to Blue Pill RX) (PA10 pin on STM32)
    • FTDI RX (to Blue Pill Tx) (PA9 pin on STM32)
  • Set Switch (or jumper) on Blue Pill module set towards center of card to download

BluePill Jumper.png

  • In Arduino IDE,
    • Tools
      • Board "Generic..."
      • Upload method: "Serial..."
      • Port: [the comm port]

ArduinoIDE Tools Menu.png

  • Upload code
    • Takes a while
  • Set Switch (or jumper) on Blue Pill module set towards edge of card to run
  • Press reset button

Annotated

STM32-Annotated.jpg

Mechanicals

STM32-Mechanicals-2.jpg

Blue Pill Card Schematic

STM32-Schematic.jpg

Boot Jumpers

BootJumpers.PNG