DFU leave issue on STM32G0B1
Using STM32G0B1 device, DFU FW update is working as expected
Including leave request, wich results in expected device leave and start at requested address
But `dfu-util` returns error status due to get_status error after leave request
As stated in "AN3156 : USB DFU protocol used in the STM32 bootloader" documentation,
Once file download is complete, host submits leave request
And expects the device to return OK from following get_status
But STM32G0B1 returns `LIBUSB_ERROR_PIPE (-9)` before leaving
Same issue using `STM32CubeProgrammer`, either from CLI or GUI
Need to increase verbosity level for the error log to show up
`dfu-util` and `STM32CubeProgrammer` logs attached
Do I miss something ?
Feel free to ask for any additional information
