-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hello everyone,
The hoverboard I received today contained the split Mainboards based on GD32F130K6. I was hoping for the original hardware but since this is what I have I wanted to try if I can make it work.
Following the readme I first tried to connect with ST Link without any modifications.
I used the board that does not have a buzzer and I disconnected absolutely everything.
Hope it is okay up to this point.
I bridged the power switch, even if it never said so in the guide, because that's what needs to be done to the single control board.
Couldn't connect ST Link, so the next logical step was to utilize NRST.
I find itbl very strange that one picture in the Readme suggests to connect to the closest neighbor which is the resistor labeled R88 on my board but in the picture of the flashing setup it looks like there was no connection there. Maybe R88 isn't even the correct place to put NRST?
I used a WeMos D1 Mini to negate RST using a simple program like the one described in the Readme. The esp8266 uses 3.3v already so I wired it up directly to RST and NRST.
Unfortunately I still don't get anything but an error Message in ST Link Util.
Is there anything else I should try?