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.

[参考译文] TM4C123GH6PM:可以触发 SPI EOT (传输结束)中断、但不能提升中断标志

Guru**** 2473260 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/680728/tm4c123gh6pm-spi-eot-end-of-transmission-interrupt-can-be-triggered-but-can-not-raise-the-interrupt-flag

器件型号:TM4C123GH6PM

将 SSICR1 (SSI 控制1)寄存器的 EOT 位置位、将 SSIIM (SSI 中断屏蔽)寄存器的 TXIM 位置位、即可启用 SPI EOT (发送结束)中断、从而启用发送 FIFO 中断。

EOT 中断实际上是被触发的(在 Freescale SPI 模式下、每个发送的字都会被触发)、但它不会在 SSIRIS (SSI 原始中断状态)寄存器中产生 TXRIS 标志。

这是硬件故障吗?!