Pins for STM32 UART Bootloader communication?
Hi,
I have been reading through documentation for the ST UART bootloader on the STM32F091cc chip. I want to use UART2 as my UART for both standard serial communication and FW updates.
UART2 can use pins (PA2,PA3) or (PA14, PA15). I would like to be able to use PA2 and PA3 because PA14 overlaps the SYS_SWCLK and I would like to be able to use SWD and UART at the same time.
I have successfully talked to the bootloader over PA14 and PA15, and there is a discrepancy in documentation that is making me hesitant to move to PA2and PA3. PCB is not easy to hack up or else I'd jump some pins and try.
This is from the AN2606 Application note and mentions both pin sets for the STM32F09xxx device bootloader.
This is from the STM32F091xC data sheet. It only mentions PA14/PA15.
Does anyone have any idea which one is correct? Could you use both pin sets for UART2 to talk to the bootloader? Or only the PA14,PA15 set?
Thank you for your help.
