abstract.txt
来自「rtxtiny 操作系统 keil c 应用例子 已经测试好用」· 文本 代码 · 共 11 行
TXT
11 行
This example program shows how to use RTX51 Tiny in Code Banking
Applications. The system contains 4 tasks and is very similar
to the RTX51 Tiny Example EX2.
However, the system avoids Round-Robin task switching by using the
os_switch_task function in Task2. Therefore the round-robin timeout
is disabled with the setting TIMESHARING 0 in the configuration file
Conf_tny.A51. Task 2 also uses the new os_set_run function to pass
the counter overrun to task 3.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?