Custom Bootloader works with DFUSE DEMO but not with StmCubeProgrammer
We have device that has Stm32F405RG T6 Microcontroller. We have been using DFUSE Demo tool to update image.
we have bootloader app (custom bootloader) and main app.
we flash bootloader + app to device using STLINK JTAG.
Custom boot loader checks for certain button to decide if jump to app or remain in DFU mode to upload new image to device.
This works fine with DFUSE demo tool but when we use StmCubeProgrammer (after updating to stm32bootloader usb driver)
it can detect the device in DFU mode on USB but only in read-only mode, we can not write any bin file back to device.
