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

From Stm32World Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
[[Category:STM32]][[Category:STM32 Hardware]][[Category:STM32 Development Board]][[Category:Green Pill]][[Category:STM32 Hardware Development]]{{metadesc|Own design STM32 development board w. gd32f103 mcu}}
+
[[Category:STM32]][[Category:STM32 Hardware]][[Category:STM32 Development Board]][[Category:Green Pill]][[Category:STM32 Hardware Development]][[Category:GD32]]{{metadesc|Own design STM32 development board w. gd32f103 mcu}}
 
[[File:GD32F103 - close up.JPG|thumb|300px]]
 
[[File:GD32F103 - close up.JPG|thumb|300px]]
 
STM32 processors are getting really hard to get (and expensive) so I thought it was about time to look into some of the alternatives.
 
STM32 processors are getting really hard to get (and expensive) so I thought it was about time to look into some of the alternatives.

Latest revision as of 01:21, 13 August 2022

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 and pretty much made out of Unobtainium.

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