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.

[参考译文] CCS/TMS570LS0432:RTI 中断内的 SCI Rx 中断

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/618815/ccs-tms570ls0432-sci-rx-interrupt-within-the-rti-interrupt

器件型号:TMS570LS0432

工具/软件:Code Composer Studio

大家好,我正在 使用 TMS570ls0432 launchpad 创建项目。 我必须使用 SCI 模块与外部器件通信。 此外、我还使用 RTI 模块生成100mSec RTI -中断、在这种情况下、我必须使用 一些 SCI Rx 中断来接收一些 数据、此配置是否起作用?

Hercules 是否支持嵌套中断?

建议我 执行其他更好的方法

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

    Hercules MCU 不支持嵌套中断。 当使用 IRQ 和 FIQ 时、只有一个两级嵌套可被想象、其中 FIQ 可以中断 IRQ。
    例如:RTI 比较0被映射到 VIM 通道2、IRQ。 SCI 被映射到 VIM 通道13、FIQ。 由于 FIQ 具有更高的优先级、SCI 将中断 RTI 比较0。