You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling psram-80mhz with octal psram (opsram-8m in this case) results in a hang calling ALLOCATOR.init() Removing the psram-80mhz feature works but psram is at 40MHz instead of the wanted 80Mhz.
Hardware: esp32-s3-wroom-1-N16R8
Flashed with: cargo espflash flash --flash-size 16mb --flash-freq 80mhz --monitor --release
the result fails to print "Done" and "Hello World" indicating its not returned from ALLOCATOR.init().
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x2b (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x16f8
load:0x403c9700,len:0x4
load:0x403c9704,len:0xc00
load:0x403cc700,len:0x2eb0
entry 0x403c9908
I (27) boot: ESP-IDF v5.1-beta1-378-gea5e0ff298-dirt 2nd stage bootloader
I (27) boot: compile time Jun 7 2023 08:07:32
I (28) boot: Multicore bootloader
I (32) boot: chip revision: v0.2
I (36) boot.esp32s3: Boot SPI Speed : 80MHz
I (41) boot.esp32s3: SPI Mode : DIO
I (46) boot.esp32s3: SPI Flash Size : 16MB
I (50) boot: Enabling RNG early entropy source...
I (56) boot: Partition Table:
I (59) boot: ## Label Usage Type ST Offset Length
I (67) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (74) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (82) boot: 2 factory factory app 00 00 00010000 00fa0000
I (89) boot: End of partition table
I (93) esp_image: segment 0: paddr=00010020 vaddr=3c010020 size=03290h ( 12944) map
I (104) esp_image: segment 1: paddr=000132b8 vaddr=3fc8a3e0 size=0000ch ( 12) load
I (110) esp_image: segment 2: paddr=000132cc vaddr=40378000 size=023e0h ( 9184) load
I (121) esp_image: segment 3: paddr=000156b4 vaddr=00000000 size=0a964h ( 43364)
I (135) esp_image: segment 4: paddr=00020020 vaddr=42000020 size=04f34h ( 20276) map
I (140) boot: Loaded app from partition at offset 0x10000
I (141) boot: Disabling RNG early entropy source...
INFO - Initializing psram
INFO - vendor id : 0d (AP)
INFO - dev id : 02 (generation 3)
INFO - density : 03 (64 Mbit)
INFO - good-die : 01 (Pass)
INFO - Latency : 01 (Fixed)
INFO - VCC : 01 (3V)
INFO - SRF : 01 (Fast Refresh)
INFO - BurstType : 01 (Hybrid Wrap)
INFO - BurstLen : 01 (32 Byte)
INFO - Readlatency : 02 (10 cycles@Fixed)
INFO - DriveStrength: 00 (1/1)
INFO - 8388608 bytes of PSRAM
INFO - Initializing allocator
Enabling
psram-80mhz
with octal psram (opsram-8m
in this case) results in a hang callingALLOCATOR.init()
Removing thepsram-80mhz
feature works but psram is at 40MHz instead of the wanted 80Mhz.Hardware:
esp32-s3-wroom-1-N16R8
Flashed with:
cargo espflash flash --flash-size 16mb --flash-freq 80mhz --monitor --release
the result fails to print "Done" and "Hello World" indicating its not returned from
ALLOCATOR.init()
.main.rs
Cargo.toml
espflash.toml
The text was updated successfully, but these errors were encountered: