This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] RTOS/TM4C1294NCPDT:TM4C1294NCPDT

Guru**** 2482105 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/709236/rtos-tm4c1294ncpdt-tm4c1294ncpdt

器件型号:TM4C1294NCPDT

工具/软件:TI-RTOS

如何在 TI-RTOS 中设置/配置启动任务?

我们可以有多个启动任务吗?

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好 Harshal、

    请查看以下页面、了解创建 TI-RTOS 内核对象(包含任务)的不同之处: processors.wiki.ti.com/.../TI-RTOS_Object_Creation_Comparison

    因此、您有三种不同的方法来创建任务。 系统中可以有多个任务。 在任务中创建时、可以提供两个传递到任务输入函数的参数。 注意:您可以对多个任务使用相同的条目函数(并使用参数来判断哪个任务)。

    Todd