Search found 1 match
- Wed Oct 06, 2021 4:16 pm
- Forum: General Discussion
- Topic: ESP32 FreeRTOS memory allocation error
- Replies: 1
- Views: 2580
ESP32 FreeRTOS memory allocation error
Hi, I use xTaskCreate and when I use it twice it works properly but when I add one more xTaskCreate then I have error: [E][ssl_client.cpp:36] _handle_error(): [start_ssl_client():207]: (-32512) SSL - Memory allocation failed [E][WiFiClientSecure.cpp:133] connect(): start_ssl_client: -32512 What can ...