new to ESP environment I am looking for the way to debug an error memory E:M 528
I use NONOS SDK V2.0.0
Is there anybody who can show me doc or tool for this ?
More context :
user_esp_platform_connect, (user_esp_platform.c, #2060) : user_esp_platform_connect
user_esp_platform_connect, (user_esp_platform.c, #2061) : free heap 23536
client handshake start.
espconn_mbedtls.c 652, type[RootCertificate.cer],length[969]
E:M 528
client handshake failed!
Reason:[-0x4290]
user_esp_platform_recon_cb, (user_esp_platform.c, #1981) : user_esp_platform_recon_cb err 46
user_esp_platform_connect, (user_esp_platform.c, #2060) : user_esp_platform_connect
user_esp_platform_connect, (user_esp_platform.c, #2061) : free heap 22960
client handshake start.
espconn_mbedtls.c 652, type[RootCertificate.cer],length[969]
E:M 528
client handshake failed!
Reason:[-0x2700]
user_esp_platform_recon_cb, (user_esp_platform.c, #1981) : user_esp_platform_recon_cb err -39
user_esp_platform_reconnect, (user_esp_platform.c, #848) : user_esp_platform_reconnect
In another build, without significant change in code, I get "client handshake ok!". I tried optimizing with -O1 instead of -O2 and get the same E:M.
Thanks and regards