forked from krisstakos/Hoverboard-Firmware-Hack-Gen2.1
-
Notifications
You must be signed in to change notification settings - Fork 30
Example page for creating new board layout
AI LIFE edited this page Jan 27, 2024
·
3 revisions
//a clear picture of the fornt side of master board like this (master board is the side with power button)
put link to issue here //create a new issue with name of layout
GD32f103C8T6 //change to your mcu model number
Name | GPIO | Comment |
---|---|---|
Red LED | PA1 | |
Green LED | PA2 | |
orange LED | PA3 | Master only |
Upper LED | PA4 | |
Lower LED | PA5 | |
Buzzer | PA6 | Slave only |
Vbat | PA7 | |
Idc | PA8 | |
I phase1 | PA9 | |
I phase2 | PA10 | |
HALL A | PA11 | |
HALL B | PA12 | |
HALL C | PA13 | |
Latch | PA14 | |
Button | PA15 |
//fill in the GPIO given by autodetect
//board spesific things you want to tell us (optional)
-
how to unlock
-
how to install device pack
-
serial1 pin connection
SWD Flashers
SWD Flashing
- Flash via Keil
- Flash via PYocd
- Flash via StLink Utilities
- Flash via Stm32 Cube Programmer
- Flash via st-flash.exe
Submit New Layout