================================================================================
                                样例使用说明
                             Sample Description
================================================================================
功能描述：
该样例演示了FLASH修改读flash等待时间和开启flash预取指令功能，开启后可提高程序执行效率。
LED1每隔1s翻转一次。

Function descriptions:
This example demonstrates how FLASH can modify the read flash wait time and enable
the flash prefetch instruction function, which can improve program execution 
efficiency when enabled.LED1 flips every 1 second.
================================================================================
测试环境：
测试用板：DPM32M08X_EVB V1.0
MDK版本： 5.38


Test environment:
Test board: DPM32M08X_EVB V1.0
MDK Version: 5.38

================================================================================
使用步骤：
1. 编译下载程序到MCU，并运行。
2. 可观察到开发板上的LED1每隔1s翻转一次。

Example execution steps:
1. Compile and download the program to MCU, and run it.
2. It can be observed that LED1 on the development board flips every 1 second.
================================================================================
注意事项：读取flash等待时间和主频相关，配置错误的等待时间和主频，会导致程序无法运行。
LED引脚如下：
LED1       -> PC10

Notes:Reading flash wait time and main frequency is related, and configuring 
incorrect wait time and main frequency can cause the program to fail to run.
The LED pins are as follows:
LED1       -> PC10
================================================================================