Resolved! UART3 and UART4 interrupts together
Hi, I am using UART3 and UART4 interrupts together in STM32G070RBT6TR processor and facing issues.I have inserted my service routines as below. /* USER CODE BEGIN USART3_4_IRQn 0 */ if((USART4->ISR & USART_ISR_TC_Msk) == USART_ISR_TC_Msk){ } if((US...