Resolved! Is it possible to remap UART pin shown in STM32 IDE with any pin?
The STM32 IDE project shows some "default" mapping to use in the U[S]ART1-6. For example, UART1 has PA9(TX) and PA10(RX). Are these GPIO pins fixed? Can any be used? Is there any restriction on which pin can be used with which UART block?In particula...