platform-gd32 icon indicating copy to clipboard operation
platform-gd32 copied to clipboard

GD32F303ZET6 is not support Arduino?

Open CodeWenjiu opened this issue 2 years ago • 3 comments

Hello! I would like to develop GD32F303ZET6 using Arduino. Unfortunately, in PlatformIO, I noticed that only the standard peripheral library seems to be supported. I was wondering if there is a way to use Arduino for development with this MCU, or if you have any plans to update the Arduino framework for this MCU in the future.Thank you.

CodeWenjiu avatar Aug 12 '23 12:08 CodeWenjiu

In the board, there is a 'GD32303E-EVAL' that supports Arduino, but this version seems to have many missing pin definitions.

CodeWenjiu avatar Aug 12 '23 12:08 CodeWenjiu

Yes, only the Arduino header pins of that board are exposed, but not the full F303ZE pins. F30x boards have yet to be added to the auato-generate script with full support (https://github.com/CommunityGD32Cores/platform-gd32/blob/main/misc/scripts/gd32_genpinmap/). I am planing to do this soon.

maxgerhardt avatar Aug 15 '23 08:08 maxgerhardt

@maxgerhardt Received, thank you for your response and contribution.:)

CodeWenjiu avatar Aug 16 '23 06:08 CodeWenjiu