DM240001 Microchip Technology, DM240001 Datasheet - Page 20

BOARD DEMO PIC24/DSPIC33/PIC32

DM240001

Manufacturer Part Number
DM240001
Description
BOARD DEMO PIC24/DSPIC33/PIC32
Manufacturer
Microchip Technology
Series
Explorer 16 100-pinr
Type
MCUr
Datasheets

Specifications of DM240001

Contents
Explorer 16 Dev Board, PIC24FJ128GA010 and dsPIC33FJ256GP710 PIM Modules
Processor To Be Evaluated
PIC 24 and dsPIC33
Data Bus Width
16 bit
Interface Type
RS-232
Silicon Manufacturer
Microchip
Core Architecture
PIC, DsPIC
Core Sub-architecture
PIC24, DsPIC33
Silicon Core Number
PIC24F, DsPIC33F
Rohs Compliant
Yes
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
For Use With/related Products
dsPIC30, dsPIC33, PIC32, PIC24FJ, PIC24HJ
For Use With
AC164127-5 - BOARD GRAPH LCD CNTLR PICTAILAC164127-3 - BOARD DAUGHTER GRAPHIC PICTAILAC164127 - BRD DAUGHT GRAPHIC PICTAIL PLUS
Lead Free Status / Rohs Status
Lead free / RoHS Compliant

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
DM240001
Manufacturer:
MICROCHIP
Quantity:
12 000
2.5
© 2005 Microchip Technology Inc.
BUILDING THE CODE
FIGURE 2-6:
In this project, building the code consists of compiling the source files to create an
object file, MyProject.o, then linking the object file to create the MyProject.hex
and MyProject.cof output files. (For dsPIC33F projects, the files would be
Example1_RTC_LED_ADC.o, Example1_RTC_LED_ADC.hex and
Example1_RTC_LED_ADC.cof.)The Hex file contains the data necessary to program
the device, and the .cof file contains additional information that lets you debug the
code at the source code level.
Before building, there are settings required to tell MPLAB IDE where to find the include
files and to reserve space for the extra debug code when the MPLAB ICD 2 is used.
For PIC24 projects, the following line in the system.h file is:
#include “p24fj128ga010.h”
For dsPIC33 projects, the line is:
#include “p33fj256gp710ps.h”
This line causes a standard include file to be used. Microchip provides these files with
all the Special Function Register (SFR) labels already defined for convenience.
To build the code, select Build Options > Project from the Project menu. The Build
Options dialog displays (Figure 2-7).
Project
Window
Output
Window
Explorer 16 Programming Tutorial
MPLAB
®
IDE WORKSPACE
DS51589A-page 16
Source
Code
Window

Related parts for DM240001