11.07.2015 Views

MSP430 IAR C/C++ Compiler reference guide - Rice University

MSP430 IAR C/C++ Compiler reference guide - Rice University

MSP430 IAR C/C++ Compiler reference guide - Rice University

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Descriptions of segmentsDATA20_ACDescriptionHolds __data20 located constant data.Because the location is known, this segment does not have to be specified in the linkercommand file. Located means being placed at an absolute location using the @ operatoror the #pragma location directive.DATA20_ANDescriptionHolds __no_init __data20 located data.Because the location is known, this segment does not have to be specified in the linkercommand file. Located means being placed at an absolute location using the @ operatoror the #pragma location directive.DATA20_CDescriptionSegment memory typeMemory placementAccess typeHolds __data20 constant data.CONST0x00001–0xFFFFERead-onlyDATA20_HEAPDescriptionSegment memory typeMemory placementAccess typeHolds the heap used for dynamically allocated data in data20 memory, in other wordsdata allocated by data20_malloc and data20_free, and in <strong>C++</strong>, new and delete.DATA0x00001–0xFFFFERead/writeSee also The heap, page 39 and New and Delete operators, page 106.246<strong>MSP430</strong> <strong>IAR</strong> C/<strong>C++</strong> <strong>Compiler</strong>Reference Guide

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!