Hi,
we use ADSP-21573 and would like to place a data buffer in word addressable PM memory like this:section("seg_pmda_nw")
float pm audio_buffer[NUM_SAMPLES_PER_BUFFER];
but it produces the following linker error:[Error li1060] The following symbols are referenced, but not mapped:
'audio_buffer.' referenced from src\audio.doj(seg_swco)
Tried sections "seg_pmda"
and "seg_pmda
_bw" without linker errors.
Is there something missing in our LDF ?
Thanks in advance,
Regards,
David