Resolved! GNU linker (arm-none-eabi-gcc 9.2.1): how to reserve 16K flash sector for user data?
I'm working on a custom boot loader for a STM32F429, where I want to reserve the second of the first four 16K flash sectors for user data. Because the vector table has to start at 0x08000000, the memory layout would look like this:0x08000000 - isr ve...