i want to get the message from the uart every 5s. how can i configure timer based on that
clock frequency 170MHzThis is the code i have generated using TIM2 CH1could you please set the prescalar, period,pulse to get output every 5s static void MX_TIM2_Init(void){ /* USER CODE BEGIN TIM2_Init 0 */ /* USER CODE END TIM2_Init 0 */ TIM_Clo...