Can a low power timer (LPTIM) drive an RGB LED in STOP mode?
MCU: STM32L4R9ZGJ6
Hardware: Custom battery powered board
LED: ARGB1313HS
Desired LED functionality: Blink, on/off, fade in/out ("Breathing")
Hello,
I am familiar with a regular timer and how they can drive a RGB LED using multiple channels (CCx registers) from the same timer. Unfortunately, it doesn't appear this works in STOP low power mode since the PWM will be clock gated.
Question 1: Can all legs (3 pins) of an RGB LED be driven by a low power timer (LPTIM) in STOP mode? It looks like a low power timer (LPTIM) can only drive 1 GPIO in CubeMX.
Question 2: If the answer above is 'no', then what is the most power efficient way to PWM a 3 legged RGB LED?
Thanks,
Derek