RP2350 - PSRAM
#2439
Replies: 1 comment 1 reply
-
The rpipico2 does not come with any PSRAM and therefore no support for that is included. |
Beta Was this translation helpful? Give feedback.
1 reply
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 tried to use PSRAM according the documentation, but compilation with Arduino IDE and platformIO failed:
'pmalloc' was not declared in this scope; did you mean 'pvalloc'?
Using
rp2040.getPSRAMSize()
results inundefined reference to '__psram_size' collect2.exe: error: ld returned 1 exit status
also with both IDE's.
Serial.print(rp2040.getPSRAMSize());
Might it that I do not have the latest version?
I have defined in Arduino IDE
https://github.com/earlephilhower/arduino-pico/releases/download/global/package_rp2040_index.json
My paltformIO.ini is:
Beta Was this translation helpful? Give feedback.
All reactions