Question
Need to invoke DFU mode by sending command over USB CDC while application is running
Posted on August 01, 2017 at 09:46
Hi there,
I am trying to use DFU in my application, I have seen the sample codes available in STM32cube package but it requires user button to be pressed in order to enter into DFU mode.
I want my application should go in DFU mode just by using software command (like over USB_CDC if i am sending 'enter DFU' it should enter in DFU mode).
Do I need add USB CDC in DFU code? is it possible to achieve by using cubeMX?
#dfu