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/TI-RTOS-MCU:TI-RTOS-MCU

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

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

器件型号:TI-RTOS-MCU

工具/软件:TI-RTOS

大家好、在 RTOS 中、Clock_Params 参数的周期单位是多少? 该文件在时钟节拍中显示该值。 如果时钟为200m、那么每个周期是否为5ns?

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

    该周期用于确定应调用时钟函数的周期(以时钟节拍为单位)。 默认情况下、时钟模块的节拍率为1ms (1000us)。 请查看以下内容、了解一个很好的摘要: www.ti.com/.../timers_clocks.mp4

    或者更多特定的细节请参考 SYS/BIOS 安装文档中的 SYS/BIOS API 参考指南(CDOC)。 例如 :software-dl.ti.com/.../Clock.html

    Todd