在看F28M35X-DRL-UR.pdf时,看到GPIO有关api的地方,也就是8.3 Programming Example .The following example shows how to use the GPIO API to initialize the GPIO, enable interrupts,read data from pins, and write data to pins. 请问中中断触发以后,程序将跳转到哪个子程序,我想写个中断程序,应该写在哪里?
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.
在看F28M35X-DRL-UR.pdf时,看到GPIO有关api的地方,也就是8.3 Programming Example .The following example shows how to use the GPIO API to initialize the GPIO, enable interrupts,read data from pins, and write data to pins. 请问中中断触发以后,程序将跳转到哪个子程序,我想写个中断程序,应该写在哪里?