Difference between revisions of "STM32"
Jump to navigation
Jump to search
Blwikiadmin (talk | contribs) |
Blwikiadmin (talk | contribs) |
||
Line 21: | Line 21: | ||
* SWD connector | * SWD connector | ||
* RTC crystal | * RTC crystal | ||
+ | |||
+ | === Uploading Code === | ||
+ | |||
+ | * FTDI connection to Blue Pill Hub FTDI connector | ||
+ | * Set Switch (or jumper) on Blue Pill module set towards center of card to download | ||
+ | * In Arduino IDE, | ||
+ | ** Tools | ||
+ | *** Board "Generic..." | ||
+ | *** Upload method: "Serial..." | ||
+ | *** Port: [the comm port] | ||
+ | |||
+ | [[File: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 == | == Annotated == |
Revision as of 21:08, 5 January 2020
Features
- STM32F103
- 72 MHz
- 64KB Flash
- 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
Uploading Code
- FTDI connection to Blue Pill Hub FTDI connector
- Set Switch (or jumper) on Blue Pill module set towards center of card to download
- In Arduino IDE,
- Tools
- Board "Generic..."
- Upload method: "Serial..."
- Port: [the comm port]
- Tools
- Upload code
- Takes a while
- Set Switch (or jumper) on Blue Pill module set towards edge of card to run
- Press reset button