DFUse does not detect my STM32 devices
Hello,
I want to flash micropython in one of my stm32 devices. In order to flash micropython I need to put the stm32 board in DFU mode connecting the VDD pin to BOOT0.
When I do this and I reboot the board, the behaviour of the board changes (the default demo application does not run). Therefore I suppose that it entered to DFU mode, the problem is DFUse program does not list my device in the "Available DFU Devices" section.
I have installed the drivers and in the device manager the device is detected as "ST-Link Debugger"
I have tried with different STM32 board such as STM32F412 Discovery Kit, STM32F767 Nucleo-144 and STM32F429 Discovery kit.
Whats wrong? How can I detect the STM dfu devices using DFUse?
Thanks.
