User Activity

Hello,I'm trying to do basic led blink with STM32F4 Dicovery Board with timer6 using Cube IDE.As you see in picture 84 Mhz clock divided by 8400 and counts to 10000 so i aimed 1 second toggle. Also interrupt option of timer 6 is enabled which dosen't...
I run an example project which has 250 ms HAL_Delay with led blinking in while loop, and also an HAL_UART_Transmit_IT function which prints "Hello world!" with HAL_UART_TxCpltCallback calling itself.250 ms led blink is not lagging and printing also w...