STM32CubeIDE and Const variables in Flash memory
I've created a large (8192 byte) array I want to put in Flash memory with the code, It compiles fine but the data doesn't appear in any of the output files.
Is there a switch or something I'm missing in STM32CubeIDE ?
It's in the main declarations so doesn't need static.
const uint16_t LogSine[4096] = {32768,32963,33155,33345,33532,33717 ........ };