2024-04-10 04:27 AM
Because there appear to be little/no stock of the STM32U535CEU (QFN Version) I'm left with a dilemma of whether to use the built in SMPS. Some documentation in another post describes how to connect up when not using it but how do you switch between using the LDO and the SMPS? I can't see any options in the CUBE IDE .ioc file...
Solved! Go to Solution.
2024-04-10 05:25 AM
In most cases, a view in the datasheet and the reference manual will clear things up. It seem the PWR->CR3 Bit 1 REGSEL switches between LDO and SMPS. Default is LDO mode.
2024-04-10 05:25 AM
In most cases, a view in the datasheet and the reference manual will clear things up. It seem the PWR->CR3 Bit 1 REGSEL switches between LDO and SMPS. Default is LDO mode.
2024-04-10 06:13 AM
Thanks, that's awesome. I'm a bit lazy otherwise I would have resorted to the manual. The info is not in the data sheet as far as I can tell.
I did a bit more digging myself, and found the register. Also I found where to set it in CubeIDE, which I hadn't spotted.