STM32G030 microsecond delay
Hello guys.
I am working with STM32G030 MCU for delay in millisecond
HAL_Delay();
is working fine.
but I want to do a delay in microseconds
so will you please guide how I can do this?
I followed this tutorial but not getting desired result.
https://controllerstech.com/create-1-microsecond-delay-stm32
MY MCU operates on 16MHZ
