Help for choosing UART pins for bootloader
Hello,
I'm designing a pcb with a STM32L031 MCU. I will use serial UART2 for bootload and debug.
In ST application note nº2606 and "STM32L031x4 STM32L031x6 datasheet", it is said :
"The boot loader is located in System memory. It is used to reprogram the Flash memory by
using SPI1 (PA4, PA5, PA6, PA7), USART2 (PA2, PA3) or USART2 (PA9, PA10). See
STM32™ microcontroller system memory boot mode AN2606 for details."
My question is : Is it possible to flash the device with USART2 but with USART2_TX located on PA14 and not PA2 ?
My application context makes it mandatory insofar as PA2 is already used for ADC purpose.
Thank you very much for any help !
