SW006015 Microchip Technology, SW006015 Datasheet - Page 82

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 78
®
• .sdata2 Section
• .sbss2 Section
• .dbg_data Section
• .data Section
• .got Section
• .sdata Section
• .lit8 Section
• .lit4 Section
• .sbss Section
• .bss Section
• .heap Section
• .stack Section
• .ramfunc Section
• Stack Location
• Debug Sections
5.8.4.1
This section contains the code that is executed when the processor performs a reset.
This section is located at the reset address (_RESET_ADDR) as specified in the
processor definitions linker script and is assigned to the boot memory region
(kseg1_boot_mem).
.reset _RESET_ADDR :
{
} > kseg1_boot_mem
5.8.4.2
This section contains the handler for exceptions that occur when Status
section is located at the BEV exception address (_BEV_EXCPT_ADDR) as specified in
the processor definitions linker script and is assigned to the boot memory region
(kseg1_boot_mem).
.bev_excpt _BEV_EXCPT_ADDR :
{
} > kseg1_boot_mem
5.8.4.3
This section reserves space for the debug exception vector. 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 located at
the debug exception address (_DBG_EXCPT_ADDR) as specified in the processor
definitions linker script and is assigned to the boot memory region
(kseg1_boot_mem). The section is marked as NOLOAD as it is only intended to ensure
that application code cannot be placed at locations reserved for the debug executive.
.dbg_excpt _DBG_EXCPT_ADDR (NOLOAD) :
{
} > kseg1_boot_mem
*(.reset)
*(.bev_handler)
. += (DEFINED (_DEBUGGER) ? 0x8 : 0x0);
.RESET SECTION
.DBG_EXCPT SECTION
.BEV_EXCPT SECTION
© 2007 Microchip Technology Inc.
BEV
= 1. This

Related parts for SW006015