ST32F446 in USB host mode. How to save power
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-19 3:51 AM
I'm developing a portable device with STM32F446. It works as USB host. It uses bulk transfers. On the other side USB client device connected. Let's assume for understanding that the client device is something like a keyboard with LEDs, but works over bulk transfers. At this time MCU is working at 60 MHz. It's enough, but I want to save more power. How to do that? Is it possible to halt MCU core and keep USB SOF transfers. Or maybe there is other solution? Thanks in advance!
- Labels:
-
STM32F4 Series
-
USB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-19 6:44 AM
You could enter sleep mode when the CPU is not needed to save power. Peripherals keep working in this mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-20 12:44 AM
what kind of sleep mode do you mean suitable for USB?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-05-20 5:19 AM
