User Activity

Hi,I am using STM32L476. COMP1 and COMP2 are configured in window mode, and that is working great. I am also using TIM1 break function. Below is a summary of the problem that I am encountering:If I use COMP1, and only COMP1, as a source for BREAK or...
Hi,I am using STM32L476 MCU. I have COMP1 and COMP2 configured in window mode. That's working fine. I would like to have COMP1 and COMP2 as break input sources for TIM1 BRKIN2. Test #1: if I set COMP1 as break input source, that works:LL_TIM_EnableBr...
Hi,I am using STM32L476VGT3. When ADC1, ADC2 and ADC3 are configured independently, everything works fine. As soon as I write into the DUAL[4:0] bits of register ADC_CCR (common control register) to set ADC1 and ADC2 in dual mode, ADC3 stops. The dua...