Page 1 of 1

ESP32-C2: Too little Ram left after BLE and WiFi init.

Posted: Wed Aug 07, 2024 2:45 am
by Aliveri
ble and WiFi functions were added to the firmware, and the initial available ram was only 136k. When the program ble and WiFi initialization are finished, only 28k ram remains. Whether there is room for optimization
Snipaste_2024-08-07_10-44-08.png
Snipaste_2024-08-07_10-44-08.png (100.37 KiB) Viewed 450 times

Re: ESP32-C2: Too little Ram left after BLE and WiFi init.

Posted: Wed Aug 07, 2024 3:23 am
by ESP_Sprite
Potentially you can go through menuconfig, shrink/lower some of the buffers WiFi/BLE uses.

Re: ESP32-C2: Too little Ram left after BLE and WiFi init.

Posted: Wed Aug 07, 2024 5:49 am
by ESP_frhr