Pico Plus 2 PSRAM specs?

Hi.

I plan to use the Plus 2 but with the C SDK, not Python, and of course one of the main reasons to get the Plus is the included PSRAM.

I haven’t been able to find any details about it: speed, interface, how it is connected to the device… so basically right now the PSRAM is not usable directly with the SDK.

When will all the info regarding the board be published?

Thanks.

1 Like

Hi, so, I don’t know if it’s the same, but I have attached a photo of the PGA2350 in case it helps. I am not sure if it uses the same PSRAM.

I read the markings on it as:
*0280H
AP33RN
(I am not sure what the marking that I used the astrisk for is)

When I searched on this, I found a few results, but nothing like a datasheet, the manufacturer, etc. It does look like something that has been used on some ESP-based boards, so, that might be a way to track down the specs for it. It appears to be something that’s especially generic, but, I’d definitely like to know its capabilities too.

Pimoroni has not commented on my post yet, asking about that, but I put my post up pretty recently too. I attached the best photo I could get of it. I believe it is the small one in the center right above the Winbond flash, if that’s helpful.

Well, I did a bit of digging in the source code of MicroPython, more specifically on the experimental commits that enable the PSRAM for the heap and I think I got a good ammount of info.

The device is an APS6404 running up to 133MHz

So if I understand it right the device is connected to the secondary XIP pins, the CS pin is pin 47 and is mapped at address 0x11000000.

These two files initialize the PSRAM, haven’t tested it but seem to be the main files to be able to use it.

Hope it helps :)

You could also have a look at the CircuitPython source code. They already implemented CP for various PSRAM enabled boards, including the Pico Plus 2.

Schematics for all the new boards should now be linked from the relevant shop pages - the ones for PGA2350 and Pico Plus 2 are attached.
Pimoroni PGA2350 Schematic.pdf (91.7 KB)
Pimoroni Pico Plus 2 Schematic.pdf (140.8 KB)

2 Likes

Thanks! That’s super helpful. That schematic is not up yet on the PGA2350 product page, but, at least I have it now!

1 Like

Perfect! Thanks a lot for the info :)

Oops! Should be there now: PGA2350