请问,
我用CC3200 LAUNCH PAD ,板子调试,按 SW2 或者SW3, 就会进入 static void loader_exit(void) ,请问是什么原因?
Button_IF_Init(OnPressSW2Handler,OnPressSW3Handler);
Button_IF_EnableInterrupt(SW2 | SW3);
是不是这两个函数,就可以使用按键的功能了,谢谢!
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.
请问,
我用CC3200 LAUNCH PAD ,板子调试,按 SW2 或者SW3, 就会进入 static void loader_exit(void) ,请问是什么原因?
Button_IF_Init(OnPressSW2Handler,OnPressSW3Handler);
Button_IF_EnableInterrupt(SW2 | SW3);
是不是这两个函数,就可以使用按键的功能了,谢谢!