STM32C0 bootloader interface
Hi everyone,
On STM32C0, PA9 and PA11 are same pin, need to enable/disable remap to switch between them.
Meaning if I enable PA9 then PA11 cannot be used.
Same issue for PA10 and PA12.
In STM32 Bootloader mode, STM32 can detect UART or USB mode on these pins at the same time, how do they do that?
If we config USB, using PA11 and PA12 then we cannot use PA9, PA10 for UART1.
If we config UART then we cannot use PA11 and PA12 for USB.
We can detect start of frame or USB, if config these pins for USB, or receiving 0x7F for UART, if config these pins for UART.
But I can't find anyway to do UART and USB at the same time.
