Difference between revisions of "Green Pill (GD32F103 variant)"
Jump to navigation
Jump to search
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:STM32]][[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: | + | [[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. | ||
− | [[GigaDevice]] make a series of processors GD32 which closely resemble the STM32 ones. | + | [[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]] [[MCU]]s, 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 == | == Schematics design == | ||
Line 14: | Line 14: | ||
{| | {| | ||
− | | [[File:Green Pill - | + | | [[File:Green Pill - gd32f103 variant.JPG|500px]] |
| [[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] | ||
+ | * [https://datasheet.lcsc.com/lcsc/1810271313_GigaDevice-Semicon-Beijing-GD32F103CBT6_C77979.pdf GD32F103xx datasheet] |
Latest revision as of 00:21, 13 August 2022
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.
Boards
Tests
Blink
I put this test on github here