2016-07-25 06:17 PM
We are currently using the USB audio with the STM32F4, which works well. However, the power consumption of 40mA is something that we want to improve. Would change to STM32L4 help the situation? Our use is just using USB audio to I2S (SAI the same?) and virtual COM only.
2016-07-27 03:18 PM
Using an L4 device will definitely reduce current consumption. The datasheets indicate typical consumption of about 30 mA for an F4 clocked at 60 MHz vs. about 9 mA for the L4 clocked at 64 MHz, for example (not including peripherals).
2016-07-28 03:20 AM
Hi Winix,
Abviously you will reduce your application's current consumption when using the Ultra-low power device as STM32L4. Take into account, that evzn with STM32F4 you can optimize your application's power consumption by applying some tips and tricks described in application note In case, you migrate from STM32F4 to STM32L4, you should give attention to some dependencies as system clock, pinout and peripherals... I recommend you to take a look to the Application note microcontrollers''. You can further open an STM32L4 USB example in STM32CubeL4 package to see how configuration is done there and make your document understanding happening quickly. -Hannibal-