How can ESP32 place microython startup on psram #9964
Unanswered
Zhengqinze05
asked this question in
Core Development
Replies: 2 comments 2 replies
-
What do you mean by "the startup of micropython" If something is in iram, that's typically because it has to be. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Check out this document if you have a very urgent need for this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use esp32S3. I have an idea about whether I can place the startup of microython in psram instead of iram. If so, what changes do I need to make? I want to save the space of iram as much as possible
Beta Was this translation helpful? Give feedback.
All reactions