STM32C0 SO8N bootloader: I2C and SWD
Hello,
which interfaces does a virgin STM32C0 in SO8N offer on the first boot for programming? AN2606 says USART1 and I2C1. In other cases, AN2606 adds a note when SWD does not work, but no such note is there for STM32C0. So, I assume SWD is supported too. However, while SWD is on PA13 and PA14 and I2C1 is on PB6 and PB7, PA14 and PB6 is muxed to the same pin in the SO8N package. So, this seems like a conflict. Did I understand something wrong?
If SWD is not supported in the bootloader, is there a way to prevent the bootloader (for example, with the BOOT0 pin)? I want to put SWD on a pin header for debugging anyway and it would be annoying to need extra pins just for the initial programming.
