User Activity

Hello.STM32G431CBT6Is it possible to route the output from the comparator to the input of the Timer input? The reference manual says that this is possible, but there is no description. And in the comparator register there are no options for choosing ...
Hello.I try to use ADC with STM32H743II. The problem is that the calibration flag is not reset.//ADC1 RCC->AHB1ENR |= RCC_AHB1ENR_ADC12EN;   //Exit DEEP Sleep ADC1->CR = 0; while(ADC1->CR != 0) { ADC1->CR = 0; };   //Enable LDO ADC1->CR = ADC_CR_A...
Hello.Is it possible to use hardware SPI with  STM32G030J6M6 (SO-8)?SPI1 use PA1 (NRST pin) for CLK without remap possibility.SPI2 also use PA1 (NRST pin) for CLK, but has CLK remap to PC14. In that case no MOSI pin.I try to use SPI1. PA1 configured...