Modification of a file in the GD32F3x0 firmware library[Copy link]
This post was last edited by wenyangzeng on 2018-8-29 22:10 Download the GD32F3x0__Flrmware_Library_V1.0.0 firmware library and find that: 1. The macro definitions of the three LEDs do not correspond to the hardware GPIO port of the development board; 2. The macro definition of button B3 does not correspond to the GPIO port; As a result, the LED cannot light up and button B3 is invalid. As shown in the figure below, LED4, LED5, and LED6 on the development board are connected to PB10, PB8, and PB9 respectively.