Hi Expert,
參考linux-4.19.38/drivers/tty/serial/uartlite.c
透過request_irq () 將GPIO pin註冊ISR
但中斷會一直打進來
請問需要特別去將中斷mask避免中斷一直產生嗎?
是否有範例程式可以參考?
謝謝
Daniel
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.
Hi Expert,
參考linux-4.19.38/drivers/tty/serial/uartlite.c
透過request_irq () 將GPIO pin註冊ISR
但中斷會一直打進來
請問需要特別去將中斷mask避免中斷一直產生嗎?
是否有範例程式可以參考?
謝謝
Daniel
中斷一直產生
是与触发频率不一致吗?
英文论坛有一些分享可以参考看一下: