Search found 2 matches
- Fri Jan 17, 2025 7:53 am
- Forum: Hardware
- Topic: ESP32-S3 8-bit SDIO Host
- Replies: 1
- Views: 1117
ESP32-S3 8-bit SDIO Host
Can the ESP32-S3 do 8-bit SDIO host (to an eMMC chip)? I am a little confused by this: https://docs.espressif.com/projects/esp-faq/en/latest/software-framework/peripherals/sdio.html "Please note that the SDIO hardware only supports the device or slave profile, i.e. it cannot act as a host to control...
- Thu Jul 11, 2024 7:32 am
- Forum: ESP-IDF
- Topic: Release Heap Memory used by WiFi
- Replies: 0
- Views: 1019
Release Heap Memory used by WiFi
Hello! :) We have a project where we implement WiFi Station + AP, but then disable the AP after a minute. It does not seem that all heap memory used by the AP is released however, as there is still ~4kb less heap available after disabling the AP than there is if the AP is simply not started at all. ...