Changed parity flag after calling HAL_TIM_PWM_Start_IT()
Hello,I found a strange behaviour now in my code. When I initialize my UART3, I can communicate with my terminal as expected. During runtime, I call the function HAL_TIM_PWM_Start_IT() to start timer 1. After this call, the received characters are no...