WiFi TX static buffers error
Posted: Fri Jun 10, 2022 7:51 am
Hi,
I'm trying to allocate as much static buffer as possible for the WiFi TX module.
In menuconfig the maximum number of buffers should be 64, but if I'm allocating more than 32 (e.g. 33), the esp crashes when booting:
I'm using the ESP32-S3, and have tried both with and without PSRAM.
Is it possible to allocate more than 32 static buffers for WiFi TX module?
please see this thread for more context: https://www.esp32.com/viewtopic.php?f=13&t=27665
Thanks
I'm trying to allocate as much static buffer as possible for the WiFi TX module.
In menuconfig the maximum number of buffers should be 64, but if I'm allocating more than 32 (e.g. 33), the esp crashes when booting:
Code: Select all
ESP_ERROR_CHECK failed: esp_err_t 0x101 (ESP_ERR_NO_MEM) at 0x4038017c
Is it possible to allocate more than 32 static buffers for WiFi TX module?
please see this thread for more context: https://www.esp32.com/viewtopic.php?f=13&t=27665
Thanks