2024-01-05 1:24 AM
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:
Questions:
Solved! Go to Solution.
2024-01-05 2:59 AM
Hello @ATroš.1
IP pin is required for USB OTG when using USB as device and host. Otherwise, if using only USB device, you can implement firmware update using a routine in your firmware or using the USB DFU bootloader.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-01-05 2:59 AM
Hello @ATroš.1
IP pin is required for USB OTG when using USB as device and host. Otherwise, if using only USB device, you can implement firmware update using a routine in your firmware or using the USB DFU bootloader.
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-01-05 6:27 AM
Additional questions:
2024-01-05 10:24 AM - edited 2024-01-05 10:24 AM
AFAIK USB in all "normal" Windows systems (not relict WinCE or Windows Phone) acts only as host. So your board has to play device role.