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.

[参考译文] 了解中断

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

https://e2e.ti.com/support/tools/code-composer-studio-group/ccs/f/code-composer-studio-forum/1265514/understanding-interrupts

您好!

我正在使用 AM243x EVM、

我想更深入地了解路径代码是从中断到回调的。

例如在计时器的情况下,在计时器到期直至我获得回调之后,运行哪个代码?

有没有关于这个主题的文章?

谢谢。

Eli

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

    您好、Eli、

    如果您希望从 FreeRTOS 角度了解这一点、可以使用我们提供的中断配置示例:

    • C:\ti\mcu_plus_sdk_am243x_09_00_00_35\examples\kernel\freertos\interrupt_profiling

    作为一个简单的示例、我想推荐这个在 RTOS 域以外的选项:

    • C:\ti\mcu_plus_sdk_am243x_09_00_00_35\examples\drivers\timer\timer_interrupt

    我提供的这两个链接都假设最新版本的 SDK 具有默认安装路径。

    此致、

    拉尔夫·雅各比

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

    谢谢!