Hello.
I am developing an app based on ESP32 Wroom 32 D chip, with 240 MHz CPU frequency, 16 MB of flash. I am using Wi-Fi and BLE scan features at the same application.
My problem is that when I build I can see:
Linking .pio\build\esp32dev\firmware.elf
Retrieving maximum program size .pio\build\esp32dev\firmware.elf
Checking size .pio\build\esp32dev\firmware.elf
Building .pio\build\esp32dev\firmware.bin
Advanced Memory Usage is available via “PlatformIO Home > Project Inspect”
RAM: [== ] 21.1% (used 69052 bytes from 327680 bytes)
Flash: [==========] 98.9% (used 1037084 bytes from 1048576 bytes)
esptool.py v2.6
While on the other hand, if I use “Project Inspect”, RAM and Flash sizes are´t the same
as on compilation:
Why Project inspect view does not coincide with Building CMD? I am configuring something wrong of PIO?