CubeIDE / GCC Flash code placement... How to split the program into more than one flash sector and leave a 16K sector empty in-between ? STM32F446
Where might I find the information to do something like this ? Need to make good use of flash space and would like to keep one of the 16K sectors for updatable calibration data.
I would think this would be one solely in the linker script but evidently the programming wants to put everything into one contiguous length of flash.
I only see examples of a single flash memory definition when searching for such a concept.
I have done this before but with IAR.
