Support for GD32C103xx? #30
RudolphRiedel
started this conversation in
General
Replies: 1 comment 9 replies
-
|
Interesting, I didn't even know the GD32C10x series existed. There's no news mention of it in https://www.gigadevice.com/about/press-room/. Only going to Cortex-M4 page now there are these microcontrollers which I've never heard before previously. The correct integration is downloading the their firmware libary from https://gd32mcu.com/en/download/0?kw=GD32C1 and adapting https://github.com/CommunityGD32Cores/gd32-pio-spl-package accordingly (with possible build script mods here). We will look into adding support for all GD32C10x chips through automated board file generates, same as we did with all other chips. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just designed and ordered a bunch of boards with GD32C103CB.
This is for an open source project and I will release the design files if everything is up and running,
for now a couple of things are a bit uncertain.
Anyways, I won't be doing the firmware but I would like to play with the board as well.
And since I prefer PlatformIO I checked support for GD32 in PIO first and ended up here.
The examples are compiling just fine, I only had to manually install GD32 as PIO could not find it automatically.
Next I adapted one of the board files:
genericGD32C103CB.zip
Then I added the board file to the platformio.ini of gd32-spl-blinky and copied over GD32C10x.svd.
Now it starts to compile but fails and I have to admit that I need help.
Please add support for GD32C103.
Beta Was this translation helpful? Give feedback.
All reactions