Search found 2 matches

by pikkio
Sun Feb 13, 2022 9:57 am
Forum: ESP-IDF
Topic: ESP-TLS memory quirck
Replies: 8
Views: 6999

Re: ESP-TLS memory quirck

Hi Klaus, a few hours after I posted here, I managed to understand the issue: the structure esp_tls_t was being declared differently between the translation unit of my code and the one of mbedtls, so mbedtls allocated, say 1700 bytes for the structure, while on the outside the code thought it was 21...
by pikkio
Sat Feb 12, 2022 7:14 am
Forum: ESP-IDF
Topic: ESP-TLS memory quirck
Replies: 8
Views: 6999

Re: ESP-TLS memory quirck

Hi Klaus, I'm in your exact situation and I'm going crazy about it. Have you managed to solve the issue? I don't know what else I can try to figure it out.

Thanks
Simone