User Manual
GD32350R-EVAL
30 /33
5.20.2.
DEMO Running Result
Download the program <20_IRInfrared_Transceiver> to the EVAL board and run. When
the program is running, if the infrared receiver received data is correct, LED1, LED2,
LED3, LED4 light in turn, otherwise LED1, LED2, LED3, LED4 toggle together.
5.21.
TIMER_Breath_LED
5.21.1.
DEMO Purpose
This Demo includes the following functions of GD32 MCU:
Learn to use Timer output PWM wave
Learn to update channel value
5.21.2.
DEMO Running Result
Use the DuPont line to connect the TIMER0_CH0 (PA8) and LED1 (PC10), and then
download the program <21_TIMER_Breath_LED> to the GD32350R-EVAL board and
run. PA8 should not be reused by other peripherals.
When the program is running, you can see LED1 lighting from dark to bright gradually
and then gradually darken, ad infinitum, just like breathing as rhythm.
5.22.
TSI_TouchKey_leds
5.22.1.
DEMO Purpose
This Demo includes the following functions of GD32 MCU:
Learn to use TSI module implement Touch Key function
5.22.2.
DEMO Running Result
Download the program <22_TSI_TouchKey_leds> to the EVAL board and run. When the
program is running, you can use a finger slide the Touch Sensor (A-1, B, C or A-2) on
the EVAL board, and then the associated LED is light.
5.23.
USB_Device
5.23.1.
USBD_CDC_ACM
DEMO Purpose