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.

[参考译文] TM4C129ENCPDT:正在寻找具有周期性计时器中断的最简单的示例(CCS11)、找不到...

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1375119/tm4c129encpdt-looking-for-simplest-example-ccs11-with-periodic-timer-interrupt-cannot-find

器件型号:TM4C129ENCPDT

工具与软件:

我正在寻找具有周期性计时器中断的最简单的代码示例、执行一些简单的操作、例如反转输出或使计数器变量递增。

我只找到了更复杂的例子,有额外的逻辑,需要更多的硬件,我不能降级到我的需要:-)。

我正在使用 Code Composer Studio 11、没有 RTOS 的情况下、器件是 TM4C129ENCPDT。

有人能告诉我这样简单的事情吗? 谢谢。

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

    OPS,似乎找到了! :-)
    它位于 TivaWare_C_Series-2.2.0.295\examples\peripherals\timer\periodic_16bit.c 中

    感谢大家...