User Activity

Posted on May 09, 2018 at 12:54Hi.I want to do do ADC conversions on all 3 ADCs simultaneous: they should be done in the same time. How should I achieve that?1. With DMA? I can do multichannel conversions, but they are not simultaneous. When I start...
Posted on July 14, 2017 at 10:45Hi. I'm trying to count impulses on LPTIM2 in STOP2 mode.Enabe clocks:        LL_AHB2_GRP1_EnableClock(LL_AHB2_GRP1_PERIPH_GPIOC);        LL_RCC_SetLPTIMClockSource(LL_RCC_LPTIM2_CLKSOURCE_LSE);        LL_APB1_GRP2_En...