1、功能说明
     这个例程演示设置不同的系统时钟，并用MCO(PC9)输出波形

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、系统时钟频率：
            M7核:  600MHz
        3、GPIO：
            USART：PA9(TX) - 推挽复用，用作打印，波特率115200
            MCO：PC9 - 推挽复用，用作MCO时钟输出

    使用方法：
        1、编译后将程序下载到开发板并复位运行;
        2、分别配置系统时钟为HSI、MSI、HSE、PLL1，使用串口打印出SysClk、SysBusDivClk、M4Clk、M7Clk等信息，
             并且通过PC9引脚输出时钟，用示波器查看;
        
4、注意事项
    无
    
1. Function description

    This example shows setting different system clocks and outputting waveforms with the MCO (PC9).

2. Development environment

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

    Supported chips:
         N32H760
        N32H762
        N32H765
        N32H765EC
        N32H785
        N32H785EC
        N32H787

3. How to use

    System Configuration:
        1. Clock source: HSI+PLL
        2. System Clock frequency: 
            M7 core :  600MHz
            
        3.GPIO:
            USART: PA9(TX) - Push-pull alternate, used for printing, baud rate 115200
            MCO: PC9 - push-pull alternate, used as MCO clock output

     Instructions:
        1, After compiling, download the program to the development board and reset it to run；
        2, respectively, configure the system clock for HSI, MSI, HSE, PLL1, use the serial port to print out the SysClk, SysBusDivClk, 
            M4Clk, M7Clk and other information, and through the PC9 pin output clock, viewed with an oscilloscope.
4. Attention
    None

