is my module failing?

User avatar
mzimmers
Posts: 643
Joined: Wed Mar 07, 2018 11:54 pm
Location: USA

is my module failing?

Postby mzimmers » Tue Sep 01, 2020 3:28 pm

ESP32-WROVER

On startup, I often get messages like this:

Code: Select all

E (1332) spiram: SPI SRAM memory test fail. 3/131072 writes failed, first @ 3FB12020

E (1332) cpu_start: External RAM failed memory test!
abort() was called at PC 0x4008169f on core 0
...
E (1332) spiram: SPI SRAM memory test fail. 4/131072 writes failed, first @ 3FAD3420

E (1332) cpu_start: External RAM failed memory test!
Eventually it starts up OK.

ESP_Sprite
Posts: 9594
Joined: Thu Nov 26, 2015 4:08 am

Re: is my module failing?

Postby ESP_Sprite » Wed Sep 02, 2020 8:16 am

Sounds like something weird is going on with SPIRAM indeed... Just to check: Are you sure you don't have anything connected to the flash pins of the module (including any possibly-conductive nastiness near the pads?) Do you still have the issue if you select '2T' mode for psram in menuconfig?

User avatar
mzimmers
Posts: 643
Joined: Wed Mar 07, 2018 11:54 pm
Location: USA

Re: is my module failing?

Postby mzimmers » Wed Sep 02, 2020 8:27 pm

Hi Sprite - I don't think there's anything touching the pins on the module. This unit has been working fine for months, and just recently started this behavior.

Changing the 2T setting did seem to make this problem go away; are there any side effects of this mode that I should be aware of?

Thanks...

ESP_Sprite
Posts: 9594
Joined: Thu Nov 26, 2015 4:08 am

Re: is my module failing?

Postby ESP_Sprite » Thu Sep 03, 2020 7:09 am

The side effect is that you loose half of the capacity of your chip. Assuming you have an 8M chip in there an do not use the himem API, it shouldn't matter.

Who is online

Users browsing this forum: No registered users and 128 guests