User Activity

My Settings : STM32G070 mit BootLoader protocol version: 3.1STM32CubeProgrammer v2.13.0My plan : flash my file via UART(USART2) and my MCU should start automatically after programming is finished. I will reset the nBOOT0 bit in my programm, after my ...
We use Stm32G030C8 for our project, which has only 16bit timers.But we need 32bit timer, therefore we are going to combine two timers.We could combine TIM1 with TIM3 successfully – TIM1 as slave and TIM3 as internal trigger (ITR2).Unfortunately we ne...