2017-03-22 05:14 AM
Is it possible to use DFUSE to update via USB if I have an external phy? I'm using an STM32F777. I do have a 25 MHz external crystal for HSE.
2017-03-26 05:18 AM
The internal bootloader is only available on OTG_FS. Have a look at AN2606. Even the STM32F723 with internal phy does not have a system memory bootloader for OTG_HS.
2017-03-26 09:04 AM
Thanks so much for your reply. I will give the apnote a more thorough read. It turns out I don't need the higher speed and external phy on this board. I'm still in the schematic phase of the design and will move to the OTG_FS. You have saved me from making a mistake that would have caused another board spin. Thanks!