STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Optimising ADC for ultra low power application

We are  using STM32L053R8.What is the best method (Clock and Low power modes) to achieve lowest power consumption while taking ADC reading every one second? Also whether to use RTC or LPTIM or combination of both to wakeup the device from the Low Pow...

hazin by Associate III
  • 108 Views
  • 0 replies
  • 0 kudos

Resolved! PWM in Stop2-Mode with LPTIM2

Hello,I am using STM32U575 and would like toimplement a PWM output. This should also work in Stop2-Mode.Clock for the LPTIM is LSE. It works with LPTIM1 and 3 without any problems.To generate a PWM in Stop2-mode, I use the LPBAM with LPDMA. Now I wou...

JoachimO by Associate II
  • 357 Views
  • 5 replies
  • 4 kudos

Resolved! LPTIM current consumption

Hello, For my research work I want to characterize how much current the LPTIM of a STM32U575ZIT6Q consumes when in compare match mode (counting from 0 to 65535 repeatedly).I prorgrammed two very simple codes, one where the counter is not initialized ...

MCU current.jpeg
R.uy by Associate
  • 397 Views
  • 1 replies
  • 2 kudos

Resolved! Help with STM32H7A3 low power timer

I have the low power timer LPTIM1 working on a STM32H7A3 but the way I have to clear the IRQs is a little confusing.  Here's my IRQHandler:void LPTIM1_IRQHandler(void) { //Disable LPTIM1 CLEAR_BIT(LPTIM1->CR, 0x01); //Clear IRQs LL_LPTIM_ClearFl...

magene by Senior II
  • 386 Views
  • 3 replies
  • 2 kudos
Labels