How can I detach the target from usb-dfu mode?
I am using dfu-util library to update firmware of STM32F446RE using Raspberry Pi as host for running dfu-util. How can I detach the target STM after I am done uploading the firmware? There is a command present in dfu-util package for detaching the ta...