10.3.4.4 Output Sections in Configuration Memory

Several sections are defined that correspond to the Configuration memory regions:

  /*
  ** Configuration Words
  */
  __FCP :
  { KEEP (*(__FCP.sec*))    } >FCP
  __FICD :
  { KEEP (*(__FICD.sec*))    } >FICD
  __FDEVOPT :
  { KEEP (*(__FDEVOPT.sec*))    } >FDEVOPT
  __FWDT :
  { KEEP (*(__FWDT.sec*))    } >FWDT
  :
  :

Configuration word data is specified in C source files using the #pragma config directive.