Difference between revisions of "Green Pill (GD32F103 variant)"

From Stm32World Wiki
Jump to navigation Jump to search
Line 17: Line 17:
 
| [[File:Green Pill - gd32 variant - btm side.jpg|500px]]
 
| [[File:Green Pill - gd32 variant - btm side.jpg|500px]]
 
|}
 
|}
 +
 +
== Tests ==
 +
 +
=== Blink ===
 +
 +
I put this test on github [https://github.com/lbthomsen/greenpill/tree/master/gd32f103blink here]
  
 
== Links ==
 
== Links ==
  
 
* [https://lcsc.com/product-detail/GigaDevice_GigaDevice-Semicon-Beijing-GD32F103CBT6_C77979.html GD32F103CB on LCSC]
 
* [https://lcsc.com/product-detail/GigaDevice_GigaDevice-Semicon-Beijing-GD32F103CBT6_C77979.html GD32F103CB on LCSC]

Revision as of 05:43, 3 June 2021

GD32F103 - close up.JPG

STM32 processors are getting really hard to get (and expensive) so I thought it was about time to look into some of the alternatives.

GigaDevice make a series of processors GD32 which closely resemble the STM32 ones. It should be noted however, that due to the shortage of STM32 MCUs, the GD equivalents are also getting hard to come by even though they are cheaper. At the time of buying these they were listed at $6 each, while the real STM32F103CB was $26.

Schematics design

The board is identical with the Green Pill board with the STM32F103 replaced with a GD32F103CBT6.

Green Pill rev. c.svg

Boards

Green Pill - gd32f103 variant.JPG Green Pill - gd32 variant - btm side.jpg

Tests

Blink

I put this test on github here

Links