Difference between revisions of "Green Pill (GD32F103 variant)"
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
* [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] |
Revision as of 04:44, 3 June 2021
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.
Boards
Tests
Blink
I put this test on github here