STM32U535 'Q' SMPS usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-10 4: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.
- Labels:
-
Power
-
STM32U5 series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-10 5: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-10 5: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2024-04-10 6: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.
