You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
================================================================================
样例使用说明
================================================================================
功能描述:
创建两个任务Test_Task和KEY_Task, Test_Task任务执行LED翻转, KEY_Task任务检测按键是
否按下,然后执行挂起/恢复Test_Task任务。
================================================================================
测试环境:
测试用板:
MDK版本: 5.28
IAR版本: 9.20
================================================================================
使用步骤:
1、LED灯默认翻转闪烁;
2、按下按键, Test_Task挂起, LED灯不闪烁;
3、再次按下按键, Test_Task恢复, LED灯继续闪烁;
4、循环执行2~3步。
================================================================================
注意事项:
================================================================================