Resolved! Application not loading after DFU:Leave
I am trying to program the STM32F401 flash on our board in DFU mode. I am using the dfu-util tool in my Linux computer.I am using the following code to flash and jump to application code.dfu-util -a 0 -s 0x08000000:leave -D <location-to-binary>.binAf...