User Activity

Hi I am trying to install STM32CubeProgrammer. At step 8 installer stalls as shown below and does not go any further. Only option that I can is pressing Quit button. I have tried to install 32 and 64 bits versions and also 2.13, 2.10 and 2.6 version....
Hi I am using STM32F407 discovery board. Trying to receive string with USART2 interrupt in this video.Here is my usart2 receive and interrupt codes:uint8_t receiveUart(void) { uint8_t rxData = 0;   // IF THERE IS DATA IN THE RECEIVE DATA REGISTER...
Hi, I'm using STM32F407 development board. I synchronized TIM2 as master and TIM5 as slave. Timer initialization functions:void TIM2Config (void) { // 1. Enable the TIM2 clock RCC->APB1ENR |= RCC_APB1ENR_TIM2EN; // 2. Set clock coeff. as 2, ena...
Hi I'm using STM32F407 development board. I want to syncronize TIM2 and TIM5. I've followed these instructions. Here is my TIM2 initialization function below:void TIM2Config (void) { /*************>>>>>>> STEPS FOLLOWED <<<<<<<<************ 1. Enab...
Hi I am trying to initialize TIM2 to get a PWM outpt from PA15 of my STM32F407 development board. Here is my TIM init function:void TIMConfig (void) { /*************>>>>>>> STEPS FOLLOWED <<<<<<<<************ 1. Enable the TIM2 clock 2. Set clock ...
Kudos from