Combining Bootloader and Application Code via Batch script
Hello,
I am building a project using a batch script which is calling stm32cubeidec.exe to build the separate entities. The project contains a bootloader as well as main application code. I am wondering the best way to combine the two binary files in the batch script into one complete binary for flashing.
I have a specific bootloader size and I know where the application code will be flashed. I just need to figure out the best way to combine them into one binary file.