1. ˵
    չʾ RT_Thread ϵͳ߳

2. ʹû
    Ӳ̶ӦĿӲƽ̨ 
    壺    N32G457QEL_EVB V1.1

3. ʹ˵
    ģ÷:ʱӣI/O 
         1. SystemClock144MHz
         2. GPIOPB10  LED(D6) ˸PB15  LED(D17) ˸
                        ־:   TX--PA9  RX--PA10    ʣ115200

    DemoĲԲ 
         1. سλУ
         2. main()洴̣߳LED0 ̺߳ LED1 ̣߳LED0 ߳ڿ D6 1s˸LED1 ߳ڿ D17 500ms˸Դѭ

4. ע
    

1. Function description
    This example shows how to create a thread in the RT_Thread system

2. Use environment
    Hardware environment: development hardware platform corresponding to the project 
    Development board:      N32G457QEL_EVB V1.1

3. Instructions for use
    Describe the configuration method of related modules; for example: clock, I/O, etc. 
        1. SystemClock: 144MHz
        2. GPIO: 
                    PB10 controls the LED (D6) to blink; PB15 controls the LED (D17) to blink;
                    Log: TX--PA9 RX--PA10 Baud rate: 115200

    Describe the test steps and phenomena of Demo 
        1. After compiling, download the program to reset and run;
        2. This routine creates two threads in main (), LED0 thread and LED1 thread. LED0 thread is used to control D6 1s flashing, and LED1 thread is used to control D17 500ms flashing, so as to cycle

4. Matters needing attention
    None.