setting source of SYSCLK to PLLCLK affects the behaviour of TIM2
Hi,When I set the clock source of SYSCLK to HSI, I can get the 1 ms timer from TIM2. However, when I set the source of SYSCLK to PLLCLK, I can't get 1 ms timer from TIM2. Why? (The MCU is STM32F407VETx) I would appreciate any help. *Edit : The proble...