[SOLVED] RAM for mbedTLS
Posted: Wed Jan 24, 2018 10:42 am
Hi,
I am using "mbedtls_ssl_setup" funtion for setup an https web server but it is throwing an exception:
Is ESP32 ram finished?
If yes what I can do?
I found "TLS maximum message content length" in "menuconfig". It set as 16384 bytes but it's its maximum.
I am using "mbedtls_ssl_setup" funtion for setup an https web server but it is throwing an exception:
Code: Select all
mbedTLS error in mbedtls_ssl_setup(&ssl, &conf):
SSL - Memory allocation failed (-32512) at line 4363
If yes what I can do?
I found "TLS maximum message content length" in "menuconfig". It set as 16384 bytes but it's its maximum.