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:最大数量 TI-RTOS 中的对象实例

Guru**** 2486815 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/734447/rtos-tm4c1294ncpdt-maximum-no-of-instances-of-objects-in-ti-rtos

器件型号:TM4C1294NCPDT

工具/软件:TI-RTOS

您好!

我需要有关最大数量的信息 TI-RTOS 中配置的对象的实例(任务、时钟、信标等)。

例如:最大数量 TI-RTOS  中支持的任务  。

与时钟、信标、互斥量等类似

请共享文档的任何链接以获取此信息。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
    没有最大数量 任务本身。 它仅受器件上存储器的限制、因为每个任务都有自己的堆栈。 如果为每个任务保留大量堆栈内存、则在编译期间遇到问题之前、您可能能够创建少数几个任务。