Question
Is it possible to build two programs. Boot and app using STM32CubeIDE. For them use same make and linker files. They would need different *.ioc files
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 36K
BOOT_FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 12K
APP_FLASH (rx) : ORIGIN = 0x8003000, LENGTH = 52K
}
