1˵

	/* ̹ */
        òʾMCUֲܷ


2ʹû

	/* Ӳ̶ӦĿӲƽ̨ */
        壺N32G031C8L7-STB V1.0
        

3ʹ˵
	
	/* ģ÷:ʱӣI/O */
	SystemClock48MHz
    USARTTX - PA9RX - PA10115200
	SysTickʱӵδΪ1MS

	/* DemoĲԲ */
        1.سλУ
        2.ͨڴӡֽܷ


4ע
	̵IARΪ˳ֲоƬҪ޸ĶջΪ̳ͻҪѡ񹤳ڲicfļ·icfļҲ±Ҫ򿪹̺ѡOptions->linker->config->Override defaultѡ񹤳ڲN32G031x6.icfļɣ±Ͳᱨ



1. Function description

	/* Briefly describe the project function */
         This example configures and demonstrates the MCU benchmark


2. Use environment

	/* Hardware environment: the development hardware platform corresponding to the project */
         Development board: N32G031C8L7-STB V1.0
        

3. Instructions for use

	/* Describe related module configuration methods; for example: clock, I/O, etc. */
	SystemClock: 48MHz
     	USART: TX - PA9, RX - PA10, baud rate 115200
	SysTick: Clock ticks configured as 1MS

	/* Describe the test steps and phenomena of the Demo */
         	1. After compiling, download the program to reset and run;
         	2. Print out the running score results through the serial port;


4. Matters needing attention
	The IAR project of this routine needs to modify the stack in order to fully test the chip performance. In order to avoid conflicts with other routines, it is necessary to select the icf file inside the project. After changing the path, the icf file will not be found, resulting in a compilation error. You need to open the project and select Under Options->linker->config->Override default, re-select the N32G031x6.icf file inside the project, and no error will be reported after recompiling.