-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Comments
github-actions
bot
changed the title
Determining amount of SRAM
Determining amount of SRAM (ESPTOOL-597)
Jan 21, 2023
Hi @grymoire, If you do - I am sorry, but PSRAM size autodetection is currently not possible. Please see espressif/esp-idf#9101 |
I am closing this feature request because of the reasons explained above. |
Can ESPTOOL read and write PSRAM? If not, a trivial program could run and
test how much PSRAM is on a WROOM module by writing to a location and
testing if it worked.
…On Mon, Jan 30, 2023 at 10:01 AM Radim Karniš ***@***.***> wrote:
I am closing this feature request because of the reasons explained above.
—
Reply to this email directly, view it on GitHub
<#826 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAX3WUAMXUHJM2WUK4H5V7DWU7JTZANCNFSM6AAAAAAUCN7PYE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: