How to generate unified hex file of Bootloader and Application Project
Hello,
I have a Bootloader and Application Project using STM32F030CCT6TR controller with 256KB flash.
I am using 32KB for Bootloader starting from 0x8000000 address and Application of 220KB from 0x8008000 address.
Can I generate a unified hex file to program controller with Both the Project with their respective addresses in STM32CubeIDE.

