UART2 Status: Partly disabled conflict with PA mapped with GPIO_Output
Hi, a noob post from a noob developer. I am trying to understand how STM32Cube ide works. I guess by default UART2 has set as UART_TX - PA2, UART_RX - PA3. I have reconfigured PA1 and PA2 as GPIO_OutPut and set UART_TX - PA14 and UART_RX - PA15. There is a yellow warning sign beside UART2 that says, 'UART2 Partly disa bled conflict with PA mapped with GPIO_Output'
Below is the new configuration:
And below is the old configuration: 
In that case, can I continue to use the new configuration?
Also planning to reconfigure the below pins: Will this be any problem? Do I have to configure RCC_OSC32_IN, RCC_OS32_OUT, RCC_OSC_IN, and RCC_OSCOUT? What do these use for?
Thank you in advance.
