Blue Pill

From Stm32World Wiki
Revision as of 05:17, 31 October 2020 by imported>Lth
Jump to navigation Jump to search


As a lot of other people, when I decided to check out the STM32, the first development board I ordered was a so-called Blue Pill board (so named because most of them are indeed using a PCB with a blue solder mask. These boards are readily available and they can be extremely cheap at around $1.50 (on AliExpress).

Blue Pill top.jpg

These Blue Pill boards generally follow the same recipe:

  • (Claim to be) Based on STM32F103 processor
  • Same footprint (I/O pins)
  • 8 MHz main crystal
  • 32.768 kHz RTC crystal
  • USB Micro-B connector
  • Programming header

Unfortunately, these boards often retail well below the cost of an actual STM32F103 processor (they are starting around $2), so most (if not all) of them are using various STM32F103 clones. ST themselves did not design the core in these processors. That was designed by and licensed from ARM. Other vendors can - and do - license the same core and build a processor which might not be exactly identical but almost and some of these are quite a lot cheaper than the original ST version.

I hooked it up to a STLink and got cracking on it but ending up with a long list of frustrations.