This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

The use of "bss:remoteable" with #pragma

In the HyperLink example function available with the MCSDK, the structure variable dataBufferSrc is declared as follows:

#pragma DATA_SECTION (dataBufferSrc, ".bss:remoteable");
#pragma DATA_ALIGN (dataBufferSrc, hyplnk_EXAMPLE_LINE_SIZE);
hyplnkExampledataBufferSrc_t dataBufferSrc;

Exactly what is "bss:remoteable"? It doesn't seem to be defined in the .cfg file of the project either.

Thanks.