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.

AM2632: RTI interruption issue

Part Number: AM2632

Hi experts,

Recently, I have been using the RTI interrupt function based on the AM2632 chip. During an initialization step, I discovered that as long as I set the RTI-related bits in VIM_STS_2 to 1, even though the interrupt enable for RTI was turned on and the interrupt type for RTI was set to level-triggered, the corresponding RTI bit in VIM_STS_2 would no longer be set to 1.image.png

Here is my question:

Since the interrupt type of RTI has been set to level-triggered.  Even if I clear the pending bit of RTI in VIM_STS_2. It will set immediately because the interruption source is still setting.

However, the actual situation is not like this. The corresponding bit in VIMSTS_2 has never been set to 1 again.