Project does not start at specified address
Hello.
I am using STM32C031.
I have set up two projects to be one .bin file based on the attached document.
This time I want to output a .bin file for the boot program (addresses: 0x08000000~0x08003FFF) and the application program (addresses: 0x08004000~0x0800FFFFF), but I cannot. As soon as the boot program is finished, the application program data is included without waiting for 0x08004000. (The boot program ends at 0x080027F0 and the application program starts at 0x080027F4).
What settings should I add to make it write correctly?
Best Regards,
