How to enable DFU mode on NUCLEO-H745ZI-Q evaluation board?
My PC runs Linux and I have two USB cables connected to my NUCLEO-H745ZI-Q board (https://www.st.com/en/evaluation-tools/nucleo-h745zi-q.html)
I have installed STM32CubeProgrammer and followed the instructions for preparing USB serial link for flashing in https://wiki.st.com/stm32mpu/wiki/STM32CubeProgrammer
When running STM32_Programmer.sh -l usb I get the following:
```
> STM32_Programmer.sh -l usb
-------------------------------------------------------------------
STM32CubeProgrammer v2.3.0
-------------------------------------------------------------------
===== DFU Interface =====
No STM32 device in DFU mode connected
```
And apparently the flash programming does not work either:
```
> STM32_Programmer.sh -c port=/dev/ttyACM1 -d m4.elf
-------------------------------------------------------------------
STM32CubeProgrammer v2.3.0
-------------------------------------------------------------------
Serial Port /dev/ttyACM1 is successfully opened.
Port configuration: parity = even, baudrate = 115200, data-bit = 8,
stop-bit = 1,0, flow-control = off
Error: Activating device: KO. Please, verify the boot mode configuration and check the serial port configuration. Reset your device then try again...
```
Now I am stuck with how to enable DFU-mode on my board.
Please advise.
