Question
STM32CubeProgrammer 2.16.0 DFU Bootloader Error
I am using CubeProgrammer_API to implement a firmware update on my app. I am encountering an error where it cannot connect to the DFU bootloader. The device is visible in device manager and it is properly connected.
int usbConnectFlag = connectDfuBootloader(dfuList[0].usbIndex);
This line is causing me issues as it is not printing any values. Any code below this line would not run. I am not sure what is the issue.
