SW006015 Microchip Technology, SW006015 Datasheet - Page 84

C COMPILER MPLAB C32

SW006015

Manufacturer Part Number
SW006015
Description
C COMPILER MPLAB C32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheets

Specifications of SW006015

Supported Families
PIC32MX5, MX6, And MX7
Core Architecture
PIC
Kit Contents
Software And Docs
Mcu Supported Families
PIC32 MCUs
Tool Function
Compiler
Supported Devices
PIC32 MCUs
Tool Type
Compiler
Processor Series
PIC32
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
DS51686A-page 80
®
} > kseg0_program_mem =0
5.8.4.9
This section collects the read-only sections from all of the application's input files. This
section is assigned to the program memory region (kseg0_program_mem).
.rodata
{
} > kseg0_program_mem
5.8.4.10
This section collects the small initialized constant global and static data from all of the
application's input files. Because of the constant nature of the data, this section is also
a read-only section. This section is assigned to the program memory region
(kseg0_program_mem).
/*
.sdata2
{
} > kseg0_program_mem
5.8.4.11
This section collects the small uninitialized constant global and static data from all of
the application's input files. Because of the constant nature of the data, this section is
also a read-only section. This section is assigned to the program memory region
(kseg0_program_mem).
/*
.sbss2
{
} > kseg0_program_mem
5.8.4.12
This section reserves space for the data required by the debug exception handler. This
section is only allocated if the symbol _DEBUGGER has been defined. (This symbol is
defined if the -mdebugger command line option is specified to the shell.) This section
is assigned to the data memory region (kseg1_data_mem). The section is marked as
NOLOAD as it is only intended to ensure that application data cannot be placed at
locations reserved for the debug executive.
* Small initialized constant global and static data can be
* placed in the .sdata2 section.
* .sdata, which contains small initialized non-constant
* global and static data.
*/
* Uninitialized constant global and static data (i.e.,
* variables which will always be zero).
* different from .sbss, which contains small non-initialized,
* non-constant global and static data.
*/
*(.text .stub .text.* .gnu.linkonce.t.*)
KEEP (*(.text.*personality*))
*(.gnu.warning)
*(.mips16.fn.*)
*(.mips16.call.*)
_text_end = . ;
*(.rodata .rodata.* .gnu.linkonce.r.*)
*(.rodata1)
*(.sdata2 .sdata2.* .gnu.linkonce.s2.*)
*(.sbss2 .sbss2.* .gnu.linkonce.sb2.*)
.SDATA2 SECTION
.SBSS2 SECTION
.DBG_DATA SECTION
.RODATA SECTION
:
:
:
This is different from
Again, this is
© 2007 Microchip Technology Inc.

Related parts for SW006015