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...