Skip to content
Discussion options

You must be logged in to vote

Micropython supports the Sparkfun Pro Micro RP2350 which has PSRAM. If you look at mpconfigboard.h for that board you will see how to enable it.

Re performance MP allocates internal RAM first, only using SPIRAM when it runs out of space. It can be possible to optimise the performance of an application using this information.

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@GitHubsSilverBullet
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Local42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants