I have ESP 12q module and I have written my own firmware to send Sensor reading to server via TCP. The sensor module is connected througn UART ( using Tx and Rx pins ) and everything is working fine when I power on ESP module first and Sensor module after few seconds. But if I powered sensor module first and ESP module after few seconds then ESP module won't start and gives following prints in console.
0ÿLÿFatal exception 0(IllegalInstructionCause):
epc1=0x40240bfc, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
ò˜.Öò.¤„ÿ1ä)-ôÊÕ§ÈÙ…0ÿLÿFatal exception 0(IllegalInstructionCause):
epc1=0x40240bfc, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
ò˜.Öò.¤Î1ä)-ôÊÕ§ÈÙ…0ÿLÿFatal exception 0(IllegalInstructionCause):
epc1=0x40240bfc, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
òÃ.î².¤„ÿ1ä)-ôÊÕ§ÈÙ…0ÿLÿFatal exception 0(IllegalInstructionCause):
epc1=0x40240bfc, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
ò˜.Öò.¤„ÿ1ä)-ôŠjÈÙ…0ÿLÿFatal exception 0(IllegalInstructionCause):
epc1=0x40240bfc, epc2=0x00000000, epc3=0x00000000, excvaddr=0x00000000, depc=0x00000000
Please help !!
Thanks & Regards,
Prakash P.