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 wha...