在写GPIO中断的时候,如果我设置PF0口作为外部中断引脚,中断时进入函数A,那么再设置PF1作中断引脚时,中断时也只能进入函数A呢?因为我在启动文件中没看到具体的每个引脚的中断向量表,只能看到一组一组GPIO的中断向量。望解答!
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.
在写GPIO中断的时候,如果我设置PF0口作为外部中断引脚,中断时进入函数A,那么再设置PF1作中断引脚时,中断时也只能进入函数A呢?因为我在启动文件中没看到具体的每个引脚的中断向量表,只能看到一组一组GPIO的中断向量。望解答!