User Activity

I am designing my own board using STM32H7 controller. I am trying to flash the code using STLink V3 mini cable(SWD) and STLink V3 cable is having Virtual com port(UART) also for communicating to the board to the Host PC. How this connection will look...
 So I adjusted the ARR and Prescalar values to adjust the pwm frequency(20KHz). Timer Clock is 200MHzI want to change the resolution in the run time with a function. How can I change it?Changing the ARR value will change the resolution?Thanks in adva...
I want to use ADC1 16 channels to read different analog values. So whenever there is a data in the channel then I want to read the 16 channel data in Interrupt mode. I dont want to use DMA Interrupt mode and Poll Conversion mode. Is it possible to do...