1、功能说明
    LPTIM2输出PWM波形

2、使用环境
    软件开发环境： KEIL MDK-ARM V5.34
                IAR EWARM 8.50.1

    芯片支持：
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787

3、使用说明
    系统配置；
        1、时钟源： HSI+PLL
        2、系统时钟频率：600MHz
        3、打印：PA9 - baud rate 115200
        4、LPTIM2: LSI时钟源，2分频，输出PWM波形
        5、端口配置：PD10选择为LPTIM2输出

    使用方法：
        1、编译后将程序烧录到开发板并复位运行。
        2、可通过示波器或逻辑分析仪观察PD10输出的PWM波形。
        
4、注意事项
    无


1. Function description
    LPTIM2 output PWM waveforms

2. Development environment
    Software development environment: KEIL MDK-ARM V5.34
                                      IAR EWARM 8.50.1

    Supported chips:
        N32H730  
        N32H735   
        N32H735EC
        N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787

3. How to use
    System Configuration:
        1. Clock source: HSI+PLL
        2. System Clock frequency: 600MHz
        3. printf: PA9 - baud rate 115200
        4. LPTIM2: 2-division LSI, PWM waveforms output
        5. Port Configuration: PD10 selected for LPTIM2 output

    Instructions:
        1. After compiling, download the program and reset, the program start running.
        2. The PWM waveform output from PD10 can be observed by an oscilloscope or logic analyzer.

4. Attention
    None

