cancel
Showing results for 
Search instead for 
Did you mean: 

Programming 2 projects at once in STM32Cube IDE

sde c.1
Senior II

I have 2 seperate projects, the bootloader and the end application.

What i want to do is program the bootloader code when i program the application (Run as).

I dont need debug capabilities for the bootloader, i just want flash locations 0x08000000 – 0x08004FFF programmed with a fixed binary file (BL) , and locations 0x08005000 – 0x0800F7FF with my end application .

Can i do this from within STM32 cube IDE without using external tools to merge the binary of hex files? Or without creating one big project including the bootloader?

i use STM32G431C8T

STM cube IDE Version: 1.5.1

Thank you

Steve

1 ACCEPTED SOLUTION

Accepted Solutions
Cartu38 OpenDev
Lead II
2 REPLIES 2
Cartu38 OpenDev
Lead II
sde c.1
Senior II

excactly what i searched for !

Thank you