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

Code: Select all
[env:Gigadevice]
platform = ststm32
framework = arduino
board = genericSTM32F103C8
upload_protocol = stlink
build_flags = -D USE_HSI_CLOCK
Cheers
Jye