Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Determining amount of SRAM (ESPTOOL-597) #826

Closed
grymoire opened this issue Jan 21, 2023 · 3 comments
Closed

Determining amount of SRAM (ESPTOOL-597) #826

grymoire opened this issue Jan 21, 2023 · 3 comments

Comments

@grymoire
Copy link

Is your feature request related to a problem?

I have several ESP32-S3-WROOM modules with differing amounts of FLASH and SRAM. I can use esptool.py to get the amount of flash memory. Is there a way I can use esptool (or python) to determine the amount of SRAM as well?

Describe the solution you'd like

Have chip_id command (or some other command) report the size of SRAM on the chip.

Describe alternatives you've considered

If there is some location in memory that can tell me this, that would be great. If not, perhaps a JTAG interface?

Additional context

I'm using a esp-prog board and a flexypin-based adaptor to connect to the castellated modules without soldering them. I want to make sure I solder the right modules onto my board.

@github-actions github-actions bot changed the title Determining amount of SRAM Determining amount of SRAM (ESPTOOL-597) Jan 21, 2023
@radimkarnis
Copy link
Collaborator

Hi @grymoire,
just to clarify - you probably mean PSRAM (not SRAM), right?
SRAM is on the chip die and its size doesn't change (e.g. all ESP32-S3s have 512KB of SRAM).

If you do - I am sorry, but PSRAM size autodetection is currently not possible. Please see espressif/esp-idf#9101

@espressif-bot espressif-bot added the Awaiting Response awaiting a response from the author label Jan 27, 2023
@radimkarnis
Copy link
Collaborator

I am closing this feature request because of the reasons explained above.

@espressif-bot espressif-bot removed the Awaiting Response awaiting a response from the author label Jan 30, 2023
@grymoire
Copy link
Author

grymoire commented Jan 30, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants