Search found 2 matches

by Aliveri
Wed Aug 07, 2024 2:45 am
Forum: ESP-IDF
Topic: ESP32-C2: Too little Ram left after BLE and WiFi init.
Replies: 2
Views: 449

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

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 449 times
by Aliveri
Wed Aug 07, 2024 2:35 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32-C2开启BLE和WiFi后RAM仅剩16k,这该如何优化?
Replies: 7
Views: 2778

ESP32-C2开启BLE和WiFi后RAM仅剩16k,这该如何优化?

esp32-c2添加ble和WiFi功能后初始ram只有128k可用。在ble以及WiFi初始化完成后仅剩16k ram了