|
云端自动生成的esp8266 SoC代码,在user_init()函数的最后调用NONOS SDK的pwm_init(...)初始化pwm,系统不断的重启(exception 0,非法指令)。看exception的地址在pwm定时器中断入口处。注释掉GAgentInit(..)函数后,没有重启问题。
哪位同学有碰到类似问题吗? 谢谢了。
-----------------------------------------------------------------------------------
gizwitsInit OK
Init PWM device completed!
mode : sta(68:c6:3a:85:85:e0)
add if0
[NWK] gagentNwkEventCB event: 0x0004
[Local] GAgentStatus change, lastGAgentStatus:0x0000, newGAgentStatus:0x0002
@@@@ GAgentStatus[hex]:02 | [Bin]:0,0,0,0,1,0
RSSI 0
[NWK] haiNwkStatus: 0x000A, gagentStatus: 0x0002
scandone
Fatal exception 0(IllegalInstructionCause):
epc1=0x402013dc, epc2=0x00000000, epc3=0x40004396, excvaddr=0x00000000, depc=0x00000000
ets Jan 8 2013,rst cause:2, boot mode3,7)
.....
-------------------------------------------------------------------------------------
|
|