Stm32u5 mixed power domains - 1.8V & 3.3V ?
Hi! I'm trying to muddle my way through a project in which I'd like to use an stm32u5 MCU.
I would like to extend the RAM/FLASH of the MCU by using PSRAM and eMMC; it seems that higher densities of PSRAM require being run at 1.8V, so I am imagining powering at least the digital side of the MCU with a 1.8V rail.
My application also involves motor control; I'll be using the STSPIN233, which can also be powered by a 1.8V rail. I would like to perform current sensing, and here's where my question comes in. I'd like to use a current sense amplifier, e.g. TI's INA181 (or similar). These devices need a 3.3V rail for power. I am curious whether it is better to:
- Power the analog domain of the stm32u5 at 3.3V. The current sense amplifiers + shunt resistors are scaled such that I produce a total rail-to-rail voltage near 3.3V, biased at 1.65V.
- Power the analog domain of the stm32u5 at 1.8V. The current sense amplifiers + shunt resistors are scaled such that I produce a total rail-to-rail voltage near 1.8V, biased at 0.9V.
I've not done a mixed-power-domain setup before, so I'm unsure if there are nuances or gotchas there to be aware of. Conversely, if I choose the second option above, I'm unsure if it's "better" or "worse" for the ADC to ultimately 'see' a more narrow voltage range, in terms of accuracy or performance?
Any advice?
Thank you!
