There is UART BUG on STM32F446RCT6
STM32CUBEIDE: version 1.14.1
PA0-WKUP ------> UART4_TX
PA1 ------> UART4_RX
On a new project when enabling the UART4 with interrupt on receive ,everything is working normal .
But once I enable PH1 pin as a GPIO_OUTPUT the UART is not transmitting or receiving any more.
Any ideas or help please?
Update 1: I attached the two code form comparing.
Update 2: if I configure the PH1 pin as input the UART4 will work normal
