Earlier quoted context omitted.
No they do not. 64megabit
Did you bother to check? It's octal, not QSPI, so I don't know if it's compatible. (edit - and 1.8V, inconvenient)
I got almost all of my wishes granted with RP2350
311–320 of 356 posts
Re: I got almost all of my wishes granted with RP2350
#312Can’t find an official announcement or datasheet yet, but according to this post: * 2x Cortex-M33F * improved DMA * more and improved PIO * external PSRAM support * variants with internal flash (2MB) and 80 pins (!) * 512KiB ram (double) * some RISC-V cores? Low power maybe? Looks like a significant jump over the RP2040!
... And RP2354A/B even has 2MB built in flash!
Re: I got almost all of my wishes granted with RP2350
#313Earlier quoted context omitted.
> Low-power operation Low power suspend? In a Pi Foundation product? Impossible.
Not sure why this is downvoted but the sleep and dormant pico examples have quite some issues, they are still in "extras" and not in "core", so while documentation of features is my personal favorite aspect of the pico, there is room for improvement here still.
Re: I got almost all of my wishes granted with RP2350
#314Re: I got almost all of my wishes granted with RP2350
#315While I completely agree with the content of the post, I still think that QFN packages in general, and RP2350's in particular, are very hobbyist-averse. Moving all GND pins to the bottom pad makes this chip usable only by people with a reflow oven. I really hoped to see at least a version released as (T)QFP.
Re: I got almost all of my wishes granted with RP2350
#316> It overclocks insanely well says the guy with engineering samples and creme of the creme silicon parts... i expect most that will actually be available when they do to their normal schedule of scraping the literal bottom of the barrel to keep their always empty stocks that will not be the case.
Re: I got almost all of my wishes granted with RP2350
#317Earlier quoted context omitted.
Did you bother to check? It's octal, not QSPI, so I don't know if it's compatible. (edit - and 1.8V, inconvenient)
Octal PSRAM usually cannot fallback to quad mode like some octal flash did.
[1] https://www.mouser.dk/datasheet/2/1127/APM_PSRAM_OPI_Xccela_...
Re: I got almost all of my wishes granted with RP2350
#318Re: I got almost all of my wishes granted with RP2350
#319HN: "I got almost all of my wishes granted with RP2350"
Article: "Why you should fall in love with the RP2350"
title tag: "Introducing the RP2350"
Re: I got almost all of my wishes granted with RP2350
#320Would the pio now support sane Ethernet using rmii for example?
I'm assuming you've looked at the pico-rmii-ethernet library? If so, I feel your pain - I've been fixing issues, and am about halfway done. (This is for the DECstation2040 project, available on github). Look for a release in late aug/early sep. (Maybe with actual lance code? Dmitry??) The RP2350 will make RMII slightly easier - the endless DMA allows elimination of the DMA reload channel(s).