GD32F130G6U6 and PlatformIO

Post here first, or if you can't find a relevant section!
Post Reply
Jye
Posts: 7
Joined: Thu Dec 19, 2019 8:38 pm

GD32F130G6U6 and PlatformIO

Post by Jye »

Hi Everyone,

I have a small analog video transmitter that turns out it is using a Gigadevice f130g6. From what Ive read about GD is that they use much the same tools as stm. But Im having some trouble setting up PlatformIO. Does anyone have any experience with GD?

Pic of the MCU https://i.imgur.com/wLZqZ7h.png

Hooked up to the ST Link Utility I can disable write protection and erase. But I am unable to set nRST_STOP, nRST_STDBY, and WDG_SW, which I would normally find set on a bluepill.

Code: Select all

22:08:05 : Device ID:0x410 
22:08:05 : Device flash Size : 32KBytes
22:08:05 : Device family :STM32F10xx Medium-density
I have tried a number of different boards and settings in PFIO but sort of expected the below to work. It compiles and flashes, but I can not make some LEDs flash :(

Code: Select all

[env:Gigadevice]
platform = ststm32
framework = arduino
board = genericSTM32F103C8
upload_protocol = stlink
build_flags = -D USE_HSI_CLOCK
There isnt a heap of info out there, so any advice is greatly appreciated.

Cheers
Jye
mrburnette
Posts: 633
Joined: Thu Dec 19, 2019 1:23 am
Answers: 7

Re: GD32F130G6U6 and PlatformIO

Post by mrburnette »

Jye wrote: Sat Sep 12, 2020 12:24 pm Does anyone have any experience with GD?

Jye,

Not the same uC GD32F103C8 but in the old forum, Roger had gotten some GD32 hardware but there was some "issues" that eventually caused problems. You can see here:

https://www.google.com/search?&q=Gigade ... oforum.com

In the end, GD was abandoned in "Roger's Core"

You can Google
and research some of the issues.


Ray
Post Reply

Return to “General discussion”