Hello,
when builing a project for ESP32S3 I do get wrong numbers for the total flash size in the memory utilization report:
——————- Memory utilization report ——————-
Used DATA_FLASH: 692KB out of 60MB (1%)
Used INSTR_FLASH: 551KB out of 128MB (0%)
Used INSTR_RAM: 64KB out of 296KB (21%)
Used DATA_RAM: 80KB out of 296KB (27%)
Used Unknown: 16 bytes
The report says 60MB for DATA_FLASH and 128MB for INSTR_FLASH, but the ESP32S3 only has 8MB flash.
Is this a bug, or is there a way to adjust des displayed flash size in the memory utilization report?
Thanks in advance,
Toni