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

System information not reporting SPI ram info ESP32-S3 #38

Open
ThinkTransit opened this issue Apr 12, 2023 · 4 comments
Open

System information not reporting SPI ram info ESP32-S3 #38

ThinkTransit opened this issue Apr 12, 2023 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@ThinkTransit
Copy link

Hi,

Great software!

I noticed when using an ESP32-S3 32MB flash and 8MB RAM, the system information says SPIRAM available no, should that be yes?

image

@jczic
Copy link
Owner

jczic commented Apr 12, 2023

Hi @ThinkTransit,
Ok I see, the term of spiram does not appear in the implementation.
I checked for your GENERIC_S3 type card and indeed, the configuration file does not directly include the use of SPIRAM so that must be why. I'm only doing this check for now...
( https://github.com/micropython/micropython/blob/master/ports/esp32/boards/GENERIC_S3 )

Maybe you can use the following firmware to integrate the SPIRAM:
https://github.com/micropython/micropython/tree/master/ports/esp32/boards/GENERIC_S3_SPIRAM

@jczic jczic added lite problem This problem is not very important help wanted Extra attention is needed and removed lite problem This problem is not very important labels Apr 12, 2023
@ThinkTransit
Copy link
Author

Ok that makes sense. Maybe it might be useful to add total memory to the system information, gc.mem_alloc() + gc.mem_free().

Just a suggestion.

@jczic
Copy link
Owner

jczic commented Apr 12, 2023

Exact! However there is at the bottom left the gauge with these 2 informations but all the fonts seem to be unstaggered on your system :(

@anglerfish27
Copy link

Agree I have the same issue. On an Unexpected Maker ProS3 I confirmed it has 8MB of RAM, the GUI says there is no SPI RAM (maybe because its used?) and other msgs are wrong too. But I understand its a new board.

On an official devkit s3-c1 (N8R8) it says "flash memory size 8MB" and SPI RAM available Yes. However when running a program I have about 62K of RAM only. I am running the correct and latest firmware for octal SPI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants