pimoroni / pimoroni-pico

Libraries and examples to support Pimoroni Pico add-ons in C++ and MicroPython.
https://shop.pimoroni.com/collections/pico
MIT License
1.32k stars 499 forks source link

Question: Is there any info anywhere about accessing the psram on the Pico Plus 2 #984

Open AndrewCapon opened 3 months ago

AndrewCapon commented 3 months ago

The title says it all :)

Gadgetoid commented 3 months ago

In C, presumably?

This diff shows mostly the PSRAM related code, and you'll probably want rp2_psram.c - https://github.com/dpgeorge/micropython/compare/rp2-add-rp2350...pimoroni:micropython:feature/psram

I suspect we'll get together a C example once the MicroPython stuff is worked out.

AndrewCapon commented 3 months ago

Thanks, yep C.

I will take a look at that, thanks.