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.
在C6748里用同一个BANK的2个GPIO作为外部中断的输入接口,如果2个GPIO同时触发,那么先处理哪一个中断程序呢?谢谢!
Shine Zhang
你好,C6748的中断处理机制中,不同BANK的GPIO,设置不同的优先级,高优先级中断子程序在执行时,如果出现低优先级的触发,那么低优先级的中断处理会丢失吗?