Skip to content

FLASH 8 M impossible to use #6803

Closed
Closed
@moreauftheobald

Description

@moreauftheobald

Board

ESP32-S3-DevKitC-1 N8R8

Device Description

ESP32-S3-DevKitC-1 N8R8 stand Alone

Hardware Configuration

not any connection

Version

v2.0.3

IDE Name

Arduino IDE

Operating System

Linux UBUNTU

Flash frequency

QIO 80Mhz, DIO 80Mhz, OPI 80Mhz

PSRAM enabled

yes

Upload speed

921600

Description

ESP32 reboot continusmy when partition activated envolve memory space UP to 4Mb

Tested With all FLASH mode QIO, DIO OPI a 80 and 120Mz with bootloader upload each time.

when select Huge APP or Default 4MB (both) or other partion Sheme involving 4MB flash everything is working, When using 8M flash or personnal partition file ESP32 S3 reboot with no special error message.

Sketch

int i = 0;

void setup() {
  Serial.begin(9600);

}

void loop() {
  // put your main code here, to run repeatedly:
  i++;
  Serial.println("Hello "+String(i,10));
  delay(1000);
}

Debug Message

entry 0x403b61c0

ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x403bb0ce
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fcd0108,len:0x39c
load:0x403b6000,len:0x9a4
load:0x403ba000,len:0x2868
entry 0x403b61c0
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT)
Saved PC:0x403bb0ce
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fcd0108,len:0x39c
load:0x403b6000,len:0x9a4
load:0x403ba000,len:0x2868

Other Steps to Reproduce

Personnal Partition file (not working ) :

Name | Type | SubType | Offset | Size | Flags

nvs | data | nvs | 0x9000 | 0x5000 |  
app0 | app | ota_0 | 0x10000 | 0x600000 |  
spiffs | data | spiffs | 0x610000 | 0xF0000 |  

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions