Search found 1 match

by jedisonic124
Wed Aug 21, 2024 2:12 pm
Forum: ESP32 Arduino
Topic: ESP32 drom0_0_seg overflowed Error Help
Replies: 5
Views: 1932

ESP32 drom0_0_seg overflowed Error Help

I have a ESP32-S3 Dev board with a display attached and I'm trying to store and upload multiple bitmap images to the board. The board has 16mb of memory and I'm using a partition that should use all of it. Partition I'm using: # Name Type SubType Offset Size Flags nvs data nvs 0x9000 0x5000 otadata ...