1、功能说明
    1、TIM3 在TIM1周期下计数
2、使用环境
    软件开发环境：  KEIL MDK-ARM V5.34.0.0
                  IAR EWARM 8.50.1
    硬件环境：        N32A003F5QX-STB V1.0
3、使用说明
    系统配置；
        1、时钟源：
                    AHB=48M,APB=48M,TIM1 CLK=48M,TIM3 CLK=48M
        2、端口配置：
                    PA1选择为TIM3的CH1输出
                    PA11选择为TIM1的CH1输出
        3、TIM：
                    TIM1 CH1 周期触发TIM3 的门控
    使用方法：
        1、编译后打开调试模式，用示波器或者逻辑分析仪观察TIM1 CH1、TIM3 CH1的波形
        2、程序运行后，TIM3的周期值是TIM1的15倍
4、注意事项
    无

1. Function description
     1. TIM3 counts under TIM1 cycle
2. Use environment
    Software development environment: 	KEIL MDK-ARM V5.34.0.0
    Hardware environment:    	             	N32A003F5QX-STB V1.0
3. Instructions for use
     System Configuration;
         1. Clock source:
                     AHB=48M,APB=48M,TIM1 CLK=48M,TIM3 CLK=48M
         2. Port configuration:
                     PA1 is selected as the CH1 output of TIM3
                     PA11 is selected as the CH1 output of TIM1
         3. TIM:
                     TIM1 CH1 periodically triggers the gate control of TIM3
     Instructions:
         1. Open the debug mode after compiling, and observe the waveforms of TIM1 CH1, TIM3 CH1,with an oscilloscope or logic analyzer
         2. After the program runs, The period of TIM3 is 15 times that of TIM1
4. Matters needing attention
    None