How to save an array to a particular flash position at compile/link time?
I'm using an STM32F103C8 and I have an array of unit8_t that I want to save to a particular position in flash memory, where such position is specified at compile/link time. Eg. suppose the application resides in flash memory from position 0x08000000 ...