STM32U575 FW update over USB Type-C
Hello.
For my project I'd like an option to update firmware on my STM32U575 over USB Type-C connector either with the computer or with the USB flash drive.
Details:
- Board I'm developing has its own power, no power needed from USB.
- When connected to the computer the communication between the PC and the STM32U575 shall be bidirectional.
- If the flash drive is inserted STM32U575 checks for the firmware update file and performs the FW update automatically.
Questions:
- USB Type-C does not have ID pin. Is FW update possible using USB Type-C?
- According to the schematic in the datasheet (section 3.3) I cannot use USB Type-C or can I?
- If yes, how should I wire my USB Type-C receptacle? Without additional interfaces in the middle if possible.
