3.3V stm32u5 and 1.8V PSRAM
Hi!
I'm trying to design a project that will use an stm32u5, and I would like to add PSRAM to it. Most higher-capacity PSRAMs seem to want to run at 1.8V rather than 3.3V, from what I can tell.
The particular U5 I've tentatively selected (the U595), has a VDDIO2 power pin, which I understand that I can run at 1.8V while running the rest of the MCU at 3.3V. This feature seems specifically designed to address this use case (and Claude and Gemini insist that it's possible with the right u5 variant, though I'm well aware how confidently wrong AI tools can be). The datasheet says that VDDIO2 affects Pin Bank G. However, I can't quite seem to figure out how I might actually connect to a PSRAM chip exclusively with this bank.
I haven't been in these waters before, so it's possible I'm overlooking something straightforward - a lot of the configuration options for PSRAM are new to me. It seems I could use FMC or SPI to connect to the PSRAM chip, but playing around in cubeMX with all the SPI peripherals and the FMC controller options, I can't seem to find a permutation that exclusively uses pin bank G pins (and therefore 1.8V I/O).
Am I misunderstanding how this VDDIO2 feature is intended to be used? Is it possible for it to be used in this way? Do the peripherals on Pin Bank G differ throughout the U5 variants (maybe I've just gotten unlucky and chosen one that doesn't have PSRAM capabilities on that bank)?
Being unable to use VDDIO2 to address this seems to throw me over onto the path of running VDD as a whole at 1.8V (or compromising with a lower-capacity PSRAM IC).
I feel a little silly asking this question, but I'm having trouble understanding how to solve it...