我有一个触摸开关 ,
KEY1 P1.7 LED1 P0.6
KEY2 P1.6 LED2 P0.5
KEY3 P1.1 LED3 P0.4
我屏蔽了 lcd和adc功能 ,并在main.c里面配置了
问题:我通过debug调试发现
有时 运行到这里就不会再玩下执行了, 有时 可以正常运行下去。 我把相同程序写到zigbee模块不接任何外设,程序能正常运行。。我使用的是zha1.2.2.a协议栈
请问这是什么原因造成?
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.
这款zigbee模块采用了32k内部晶振 zigbee官方协议栈默认外部32k晶振,所以需要在协议栈中修改其值
hal_board_cfg.h中