Code: Select all
W (331095) wifi: alloc eb len=32 type=3 fail, heap:1445732
W (331095) wifi: m f auth
I (332095) wifi: state: auth -> init (200)
I (332095) wifi: new:<2,0>, old:<2,1>, ap:<255,255>, sta:<2,1>, prof:1
I (332095) azure: SYSTEM_EVENT_STA_DISCONNECTED
W (332105) wifi: alloc eb len=76 type=2 fail, heap:1436416
W (332105) wifi: m f probe req l=0
W (332235) wifi: alloc eb len=76 type=2 fail, heap:1435136
W (332235) wifi: m f probe req l=0
W (332355) wifi: alloc eb len=76 type=2 fail, heap:1434032
W (332355) wifi: m f probe req l=0
W (332475) wifi: alloc eb len=76 type=2 fail, heap:1432928
W (332475) wifi: m f probe req l=0
W (332595) wifi: alloc eb len=76 type=2 fail, heap:1431824
W (332595) wifi: m f probe req l=0
I am using the latest wrover-b with 8MB of PSRAM and I've enabled " Try to allocate memories of WiFi and LWIP in SPIRAM firstly. " and " Allow .bss segment placed in external memory ". I also used EXT_RAM_ATTR on most of my static arrays.
How do I see available memory?