User Activity

Hi All,I am using STM32F74xxx.I need to count micro seconds. currently we are using HAL_GetTick(), function but it gives the time in ms.After I searched on google I found some ways to get micro seconds count, and I tried it but no luck.can any one he...
Hi,we are using stm32f745xx and bellow are our configurations.we are using total 6 timers, out of which we are using TIM6 to generate 50us interrupt.htim6.Instance = TIM6;htim6.Init.Prescaler = 1;htim6.Init.CounterMode = TIM_COUNTERMODE_UP;htim6.Init...
Hi,We are using STM32F746ZET6.we have to calculate input frequency on 5 pins from 40khz to 0.01hz.currently we are using 50 micro seconds timer and at every timer interrupt we are processing frequency calculation based on the polling of the pin stat...