DM300014 Microchip Technology, DM300014 Datasheet - Page 27

BOARD DEMO DSPICDEM 1.1 GEN PURP

DM300014

Manufacturer Part Number
DM300014
Description
BOARD DEMO DSPICDEM 1.1 GEN PURP
Manufacturer
Microchip Technology
Datasheet

Specifications of DM300014

Processor To Be Evaluated
PIC30F
Data Bus Width
16 bit
Interface Type
RS-485, CAN, SPI
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Lead Free Status / RoHS Status
Lead free / RoHS Compliant, Lead free / RoHS Compliant
 2003 Microchip Technology Inc.
2.7.1
1. From the View menu, select Program Memory.
2. On the Program Memory window, select the Symbolic tab, as shown in
FIGURE 2-16:
3. Press <F5> to halt the processor and press <F6> to reset. The program memory
EXAMPLE 2-1:
__reset:
Figure 2-16.
now shows a green arrow pointing to the line of code at address 0, the reset
location.
The instruction at this location is goto __reset. This code is added by the
linker to make the program branch to the start of the code in the Tut6014.s file.
The code uses the __reset label at the start of the executable code and
declares the label as global to have visibility outside the source file (see
Example 2-1).
The linker also provides values for the __SP_init and __SPLIM_init
constants to initialize the stack pointer (W15), since the linker determines what
RAM is available for the stack.
.global __reset
.text
Display the Code
Advance Information
PROGRAM MEMORY WINDOW
CODE START-UP
mov
mov
mov
#__SP_init, W15
#__SPLIM_init, W0
W0, SPLIM
DS70099B-page 23
Tutorial

Related parts for DM300014