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.

CCS/CC430F5147: What is .ppdata section for?

Part Number: CC430F5147

Tool/software: Code Composer Studio

In Debug configuration, CCS shows warning: 

#10247-D creating output section ".ppdata" without a SECTIONS specification cc430BootloaderC C/C++ Problem

Warning disappears after I've added string to my linker file:

SECTIONS
{

...

.ppdata     : {} > RAM

...

}

I can't find any sensible information about ppdata section for CCS or cc430... Could you provide me some clues about that?