Example 8. Using the DATA_SECTION Pragma C Source File

#pragma DATA_SECTION(bufferB, "my_sect") char bufferA[512]; char bufferB[512];