================================================================================
                                样例使用说明
                             Sample Description
================================================================================
功能描述：
该样例演示了ADC通道插队采样功能，通道0-5序列采样，通道0插队采样，触发插队后，从插队
结果寄存器读取采样值。

Function descriptions:
This sample demonstrates the function of ADC channel preemption sampling. 
Channels 0 - 5 are sampled in sequence, and channel 0 is sampled by preemption. 
After the preemption is triggered, the sampled values are read from the 
preemption result register.
================================================================================
测试环境：
测试用板：DPM32M030_REV_A
MDK版本： 5.28

Test environment:
Test board: DPM32M030_REV_A
MDK Version: 5.28
================================================================================
使用步骤：
1. 编译下载程序到MCU，并运行。

Example execution steps:
1. Compile and download the program to MCU, and run it.

================================================================================
注意事项：
ADC引脚如下：
ADC_CH0    -> PA0
ADC_CH1    -> PA1
ADC_CH2    -> PA2
ADC_CH3    -> PA3
ADC_CH4    -> PA4
ADC_CH5    -> PA5
Notes:
The ADC pins are as follows:
ADC_CH0    -> PA0
ADC_CH1    -> PA1
ADC_CH2    -> PA2
ADC_CH3    -> PA3
ADC_CH4    -> PA4
ADC_CH5    -> PA5
================================================================================