Change USART1 pins location
Hi everyone!
I'm using a NucleoWB55 and trying to use UART to print a message on a tera term terminal. When I let the default pins (PB7, PB6) for USART1_RX and USART1_TX I'm able to transmit and print a message correctly with the HAL_UART_Transmit_IT function. But I would like to use these pins for the I2C communication so I would like to put USART1_RX on PA10 and USART1_TX on PA9. This is the only changes I make. The TIM1_CH that used to be on that pin are simply disabled and I'm okay with that. I save and regenerate the code and the pin a correctly modified. BUT nothing happens on the terminal and nothing is printed. Do I need to do something else when I change my pins location?
Thanks a lot, you can see below my 2 configurations :


