Search found 2 matches
- 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: 709
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
- Wed Aug 07, 2024 2:35 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32-C2开启BLE和WiFi后RAM仅剩16k,这该如何优化?
- Replies: 7
- Views: 4971
ESP32-C2开启BLE和WiFi后RAM仅剩16k,这该如何优化?
esp32-c2添加ble和WiFi功能后初始ram只有128k可用。在ble以及WiFi初始化完成后仅剩16k ram了