STM32C031 does not jump correctly from bootloader to application
I am using an STM32C031 and am trying to write the bootloader program and application program as a single .bin file.However, I have designed the boot loader program to start up when the power is turned on and jump to the application program by specif...