Search found 2 matches

by Laurent
Wed Oct 02, 2024 3:27 pm
Forum: ESP IoT Solution
Topic: WIFI driver initialization failed due to lack of RAM
Replies: 3
Views: 439

Re: WIFI driver initialization failed due to lack of RAM

Thank you nopnop2002 , your project confirms that it can work. I think ESP_Sprite is right, WIFI needs a minimum amount of internal RAM, whatever the allocation strategy chosen. I therefore need to monitor the consumption of internal RAM during the initialization of the various modules when my softw...
by Laurent
Mon Sep 30, 2024 3:43 pm
Forum: ESP IoT Solution
Topic: WIFI driver initialization failed due to lack of RAM
Replies: 3
Views: 439

WIFI driver initialization failed due to lack of RAM

Hello, As the following traces show, I don't have enough internal RAM available in the ESP32-S3 when initializing WIFI. OK, that's possible, my project need a lot of internal RAM. But why when I make PSRAM memory available, I still don't have enough memory available for WIFI? (KCONFIG with: SPIRAM t...