ESP8266 Developer Zone The Official ESP8266 Forum 2018-05-02T23:46:20+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=9826 2018-05-02T23:46:20+08:00 2018-05-02T23:46:20+08:00 https://bbs.espressif.com:443/viewtopic.php?t=9826&p=20239#p20239 <![CDATA[ESP8266 RTOS MQTT SSL运行错误]]> X509* cacrt = d2i_X509(NULL, ssl_cck->cacrt, ssl_cck->cacrt_len);
WIFI_INIT
mode : sta(5c:cf:7f:f8:4a:8d)
add if0
wifi_check_ip
STATION_IDLE
load cart.
Fatal exception (0):
epc1=0x40279d20
epc2=0x00000000
epc3=0x402818a7
epcvaddr=0x40108d98
depc=0x00000000
rtn_add=0x40278781

Free Heap Size: 42528
Stack Point: 3fff7e10
3fff7e10: 401086c0 00000362 3fff8c33 00000000
3fff7e20: 00000001 00000000 00000000 00000000
3fff7e30: 00000000 00000000 00000000 00000000
3fff7e40: 00000000 00000000 00000000 4027da17
3fff7e50: a5a5a5a5 00000000 40107948 40108a38
3fff7e60: 00000362 a5a5a5a5 a5a5a5a5 a5a5a5a5
3fff7e70: 00000000 00000000 3fff8638 00000000
3fff7e80: 402206ee 00000362 3fff879b 00000001
根据出错的地址epc1=0x40279d20定位到错误的位置为
ret = mbedtls_asn1_get_tag( p, end, &len,
MBEDTLS_ASN1_CONTEXT_SPECIFIC | MBEDTLS_ASN1_CONSTRUCTED | 0 ) )
请问这是什么错误原因,该如何去解决?
请给我一些帮助,谢谢!

Statistics: Posted by jiangnan xiang — Wed May 02, 2018 11:46 pm


]]>