Replies: 2 comments 22 replies
-
I use GDAllInOneProrammer to flash GD32F103CBT6 installed in CC3D with inav 1.7.3, and it works well. I think it's good idea to return support fo F3 targets due to GigaDevices offers pin-to-pin compatible chip GD32F303CGT6 in LQFP-48 package with 256kB program memory and 768 kB data memory onboard operated at 120 MHz clock. It would be cheap replacement for stm32F103 and will revive CC3D boards. |
Beta Was this translation helpful? Give feedback.
21 replies
-
Inav will not bring back F1 or F3 support |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The last 2 days i have been experimenting with a dead OMNIBUS F4 V3 flight controller. The STM32F405 chip was shorted between VDD and VSS so i ordered a STM replacement and a GigaDevice replacement (GD32F405RGT6).
The GD32 chip is pin-to-pin identical to STM32F405 with the only difference on 2 pins that the STM have connected 2 caps.
I soldered the GD32F405 on the dead flight controller and after confirming that the short is gone i power it up with the boot button pressed. And...surprise! The GD32 DFU device appeared in my device list.
I installed the WinUSB drivers through Zadig but Inav configurator could not "see" the device. I changed the PID and VID of usbDevices inside the inav configurator with the correct ones and finally i was able to flash the flight controller.
The flight controller seems to boot up normally with the blue led blinking fast many times during the startup and then blinking with a slow rate.
The problem is that i cannot see the controller in my device list. When i connect it with usb nothing happens. No plug-in sound from windows, no device in device manager. Nothing. It just sits there.
After searching a lot in chinese forums i concluded that it is a firmware problem. So now i'm trying to find what parts of code i should change for the usb to work.
Anyone have any clues?
Beta Was this translation helpful? Give feedback.
All reactions