I just got started with STM32 and I was trying to make 1 second delay with " for() " loop based on CPU frequency with STM32F407 . I realized It takes more clock cycle to perform one loop in higher frequencies than lower frequencies. For example " f...