STM32F030F4P6 bootloader on PA2, PA3 possible?
I want to use hardware I2C (which is only available on pins PA9, PA10 on the STM32F030F4P6 in TSSOP20 case).
That overlaps with the standard pins used in the bootloader code for USART1_TX and USART1_RX (AN2606 Rev 55, page 50). The alternative pins used from bootloader are
PA14 and PA15. But that device don't have a PA15 pin!
I would expect, that the programmed bootloader use the existing pins PA2 and PA3
for second option USART1_TX and USART1_RX instead of PA14 and PA15.
Somebody already tried, if that (undocumented) PA2 and PA3 pins can be used with the bootloader?
I think, the connected I2C hardware on PA9 and PA10 can make trouble when
transfering USART protocol on SDA and SCL but I don't want to use bitbang I2C
or jumpers if possible.
Kind regards :)
