Post Go back to editing

Placement of constants in a flash memory

Hello!
Processor ADSP-BF504F.
Due to lack of L1 memory, it is necessary that some constants are located in the internal FLASH memory.
I declared them as follows:
section ("FLASH_constdata") const signed short coeff_675 [NUM_TAPS_TRC] = {
#include "675_2.h"
};

When compiling an error project does not occur, but this data does not appear in the loader file (* .ldr).
How do you load these constants in FLASH memory?

Thank you,
Sergey