Search found 3 matches

by kebner
Sat Feb 12, 2022 3:41 pm
Forum: ESP-IDF
Topic: ESP-TLS memory quirck
Replies: 8
Views: 6999

Re: ESP-TLS memory quirck

Hi Simone

actually: No, I've abandoned hope in 2020. But... :o
I've just recompiled my code using
* PlatformIO 5.2.5
* Espressif 3.3.2 (Yes, I know, it's outdated)
and: It works.

Just don't ask me why.

Kind regards
Klaus
by kebner
Fri May 01, 2020 4:31 pm
Forum: ESP-IDF
Topic: ESP-TLS memory quirck
Replies: 8
Views: 6999

Re: ESP-TLS memory quirck

Hi Angus thanks for reaching out! This is the most basic example I could create. The error seems to be that libraries "somehow" got their own version of memory and that returning back into the project, these two memories differ. This sounds absolutely crazy, I know. Therefore, I must have made some ...
by kebner
Tue Apr 28, 2020 7:25 pm
Forum: ESP-IDF
Topic: ESP-TLS memory quirck
Replies: 8
Views: 6999

ESP-TLS memory quirck

Hi I'm quite new to ESP32 and stumbled upon a problem that kept me up all day/night now: I try to get esp_tls library working and tried to followed the examples but found that something is messing wirth the memory: I want to connect to a https server and used the example code like_ tls = esp_tls_con...