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.

[参考译文] TMS570LS1227:TMS570中断处理程序

Guru**** 2484615 points
Other Parts Discussed in Thread: HALCOGEN

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/733136/tms570ls1227-tms570-interrupt-handler

器件型号:TMS570LS1227
主题中讨论的其他器件:HALCOGEN

您好!

对于我的项目应用、我使用 HET1高级中断。 当我通过 Halcogen 生成代码时、它会生成如下函数:

IRQ 空 het1高电平中断(空)

(笑声)

我担心、因为  缺少_嵌套。

这是正确的版本__nested __IRQ void het1HighLevelInterrupt (void)吗?

谢谢。

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

    ARM Cortex-R4/5 CPU 不支持中断嵌套。 TI codegen 工具也不考虑中断嵌套、它需要由应用软件进行管理。

    此致、
    Sunil