User Activity

Hello. I use STM32L432KC and can't understand how to configure LPTIM(2), STOP1 mode and general-purpose timer (TIM2) so that while LPTIM is active (between timeout periods) I could generate PWM with TIM2 and all time excepting that MCU would be in ST...
I saw demo example (PWR, stop1 without RTC), but I want to use LPTIM (without hardware interruptions) to generate sometimes PWM with TIM2 and go on in STOP1 mode.Thank you for answer!
Hello. I would like to use low-power timer to wakeup from stop mode (1 or 2).My model is: start LPTIM, generate PWM from one TIM (general-purpose), wait for timeout in stop mode, then start LPTIM again, generate signal etc.I used demo for LPTIM (time...
Posted on November 21, 2017 at 20:47Hello!I want to calculate battery voltage, that connected to STM32L476RG board.I've connected ADC pin and this battery with divider (so Vbattery<Vref.adc).But I need to know how to get some factors/parameters.See ...
Posted on September 25, 2017 at 10:31Hello! Have some problem with UART on STM Nucleo L476RG. We need to transmit bytes from Nucleo to Raspberry (needed to output in program on Raspberry count-speed; it depends on frequency on Nucleo, that we want t...