Memory allocation error #15556
-
I doth understand what is happening here |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Allocating more than 0.5MB on a µC with about 260KB RAM usually leads to that kind of problem. |
Beta Was this translation helpful? Give feedback.
-
If you're trying to run |
Beta Was this translation helpful? Give feedback.
-
Is there any run around so that I can use it for my project |
Beta Was this translation helpful? Give feedback.
If you're trying to run
demo_animated_sprite.py
from the micropython-ili9341 library, see the comment at the top of the file:Note: This demo requires a board with additional PSRAM.
The RP2040 does not support PSRAM