我写的是IntEnale(INT_GPIOF);
编译错误,说没有这个参量形式
找了Datasheet 里也没说这个。。。。
求助
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.
我写的是IntEnale(INT_GPIOF);
编译错误,说没有这个参量形式
找了Datasheet 里也没说这个。。。。
求助
这样写没问题的。
源码包含头文件#include "inc/hw_ints.h",然后工程设置里加入MCU名称的预定义即可。
例如PART_TM4C123GH6PGE或者PART_TM4C129XKCZAD等,具体看你用的MCU型号。