Question
CubeIDE Execute command before debug
Hi,
i would like to execute command after i click the debug icon, but before the debug starts.
In particular:
- I have an app with a bootloader. The bootloader check the CRC of the firmware before start it.
- Right now i generate, thanks to post build operation, a binary file with header, firmware and footer, a complete binary.
- I have disable the Download in the Debug configuration, so the debugger does not flash the firmware.
- I need a point where place the command for flashing the complete firmware with the header and the footer. This point should be before the debug session start, and after i click the debug icon.
Do you think it is possible? How can i do that?
Thank you in advance