Hello all,
Our ESP32 has an external PSRAM connected. The menuconfig allows testing this RAM via the config SPIRAM_MEMTEST.
I am wondering if a similar test can be done for the internal RAM? Maybe it's done by default, if so I am happy to know where this check is performed (as I could not find one).
Thanks.
ESP32 S3 internal RAM test
-
- Posts: 9766
- Joined: Thu Nov 26, 2015 4:08 am
Re: ESP32 S3 internal RAM test
There is not. It would A. be kinda tricky, as when your program is loaded, it already occupies some of the RAM, and B not really necessary as external RAM is mostly tested to catch issues with connection and signal integrity, which are not a problem with on-chip RAM.
Re: ESP32 S3 internal RAM test
That sound reasonable, thanks for your answer.ESP_Sprite wrote: ↑Mon Oct 09, 2023 2:42 pmThere is not. It would A. be kinda tricky, as when your program is loaded, it already occupies some of the RAM, and B not really necessary as external RAM is mostly tested to catch issues with connection and signal integrity, which are not a problem with on-chip RAM.
Who is online
Users browsing this forum: No registered users and 68 guests