我的程序中在设置好中断初始化后,门铃映射到doorbell dedicated interrupts 16后再映射到INT4,UART则通过CIC最终映射到INT6。但是程序只能响应UART中断,但只能收到门铃包而不能响应门铃中断,如果我将UART通过CIC映射到INT6的函数屏蔽,则可以响应门铃中断。
不知道这是什么原因?
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.
我的程序中在设置好中断初始化后,门铃映射到doorbell dedicated interrupts 16后再映射到INT4,UART则通过CIC最终映射到INT6。但是程序只能响应UART中断,但只能收到门铃包而不能响应门铃中断,如果我将UART通过CIC映射到INT6的函数屏蔽,则可以响应门铃中断。
不知道这是什么原因?