Can the bootloader and application code be in the same CubeIDE project?
I have a bootloader project that can jump to a QSPI application under normal conditions. When I first install this application and then install my application that I created separately for QSPI, it works without any problem.(Bootloader + App).
But what I want to do is to combine bootloader and application projects. I tried to add the App code into the Bootloader application with a method like below, but even if the compilation result was successful, the debugger gave an error and I could not load the application to flash.

My App Code
Jump Code
I've never tried anything like this before. Maybe I'm being ridiculous, sorry.
