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.

[参考译文] TMS570LC4357:TMS570支持中断嵌套么 μ A

Guru**** 2460850 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1108904/tms570lc4357-tms570

器件型号:TMS570LC4357

王工:μ A  

    在我的程序中使用了两个中断,中断通道号分别是63和73,TMS570支持中断嵌套么,就是在程序正在执行73号中断服务程序时,63号的中断产生,此时系统怎么处理,是立即响应63号中断,还是等73号中断执行完再响应63号中断,还是直接丢弃63号中断。谢谢 μ A

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

    您好、Bo、

    ARM Cortex-R4/5 (ARMv7-R 架构)处理器不支持硬件中的中断嵌套。  

    ARM Cortex-R4/5内核不支持每次提取多个 IRQ。 这主要是因为它只有一个保存的程序状态寄存器(SPSR)和一个链接寄存器(LR)寄存器。 如果 IRQ 被另一个 IRQ 中断、这些 CPU 寄存器将被覆盖(损坏)、并且以后不再能够恢复处理器状态。

    [是立即响应63号中断,还是等73号中断执行完再响应63号中断,还是直接丢弃63号中断 引语 userid="515878" URL"~μ C/support/microcontrollers/arm-based microcontrollers-group/arm-based microcontrollers/f/arm based microcontrollers-forume/1108904/tms570lc4357-TMS570"][/quote

    等73号中断执行完再响应63号中断 μ A