Microchip Technology PIC24EP256GU810, PIC24EP256GU814, PIC24EP512GU810, PIC24EP512GU814 Reference Manual

HIGHLIGHTS
1
Introduction

Section 1. Introduction

This section of the manual contains the following major topics:
1.1 Introduction....................................................................................................................1-2
1.2 Device Structure........... ................................................................... ... ............................1-3
1.3 Development Support....................................................................................................1-4
1.4 Style and Symbol Conventions......................................................................................1-5
1.5 Related Documents .......................................................................................................1-6
1.6 Revision History.............................................................................................................1-7
© 2011 Microchip Technology Inc. DS70573B-page 1-1
dsPIC33E/PIC24E Family Reference Manual

1.1 INTRODUCTION

Microchip is a leading provider of microcontrollers (MCUs) and analog semiconductors. The company’s focus is on developing products that meet the needs of the embedded control market. Microchip is a leading supplier of the following products:
• 8-bit general purpose microcontrollers (PIC® MCUs)
• 16-bit microcontrollers and 32-bit microcontrollers
•dsPIC® 16-bit Digital Signal Controllers (DSCs)
• Specialty and standard non-volatile memory devices
• Security devices (KEELOQ®)
• Application-specific standard products For a listing of the products Microchip offers, request a Microchip Product Line Card. This
literature can be obtained from your local Microchip sales office or downloaded from the Microchip Web site (
Part 1 of this manual describes the following 16-bit dsPIC33E/PIC24E devices:
• dsPIC33EP256MU806
• dsPIC33EP256MU810
• dsPIC33EP256MU814
• dsPIC33EP512MU810
• dsPIC33EP512MU814
• PIC24EP256GU810
• PIC24EP256GU814
• PIC24EP512GU810
• PIC24EP512GU814 This manual explains the operation of the dsPIC33E/PIC24E family architecture and peripheral
modules, but does not cover the specifics of each device. For device specific information, refer to the data sheet. The information available in the data sheet includes the following:
• Device memory map
• Device pinout and packaging details
• Device electrical specifications
• List of peripherals included in the device Code examples are provided throughout this manual. These examples are for reference
purposes only and may need to be modified to suit a specific processor or MPLAB® tools version.
www.microchip.com).
Section 1. Introduction
1

1.2 DEVICE STRUCTURE

Each part of the dsPIC DSC device can be placed into one of the following groups:
•CPU Core
• System Integration
• Peripherals

1.2.1 CPU Core

The CPU core pertains to the basic features required to make the device operate. The following sections of Part I of the manual relate to the CPU core:
• Section 2. “CPU”
• Section 3. “Data Memory”
• Section 4. “Program Memory”
• Section 6. “Interrupts”

1.2.2 System Integration

System integration functions help to accomplish the following:
• Decrease system cost
• Increase system reliability
• Increase design flexibility The following sections of Part I of the manual discuss dsPIC33E/PIC24E system integration
functions:
• Section 5. “Flash Programming”
• Section 7. “Oscillator”
• Section 8. “Reset”
• Section 9. “Watchdog Timer and Power-Saving Modes”
• Section 23. “CodeGuard™ Security”
• Section 24. “Programming and Diagnostics”
• Section 30. “Device Configuration”
Introduction

1.2.3 Peripherals

The dsPIC33E/PIC24E device has many peripherals that allow it to be interfaced to external circuitry. The following sections of the manual discuss peripherals:
• Section 10. “I/O Ports”
• Section 11. “Timers”
• Section 12. “Input Capture”
• Section 13. “Output Compare”
• Section 14. “High-Speed PWM”
• Section 15. “Quadrature Encoder Interface (QEI)”
• Section 16. “Analog-to-Digital Converter (ADC)”
• Section 17. “UART”
• Section 18. “Serial Peripheral Interface (SPI)”
• Section 19. “Inter-Integrated Circuit™ (I2C™)
• Section 20. “Data Converter Interface (DCI)”
• Section 21. “Enhanced Controller Area Network (ECAN™)”
• Section 22. “Direct Memory Access (DMA)”
• Section 25. “USB On-The-Go (OTG)”
• Section 26. “Comparator”
• Section 27. “32-bit Programmable Cyclic Redundancy Check (CRC)”
• Section 28. “Parallel Master Port (PMP)”
• Section 29. “Real-Time Clock and Calendar (RTCC)”
© 2011 Microchip Technology Inc. DS70573B-page 1-3
dsPIC33E/PIC24E Family Reference Manual

1.3 DEVELOPMENT SUPPORT

Microchip offers a wide range of development tools that allow you to efficiently develop and debug application code. The development tools generally fall into the following categories:
• Code generation
• Hardware and software debugging
• Device programming
• Product development boards A full description of each of Microchip’s development tools is provided in Section 31.
“Development Tool Support”. As new tools are developed, the latest product briefs and user’s guides can be obtained from your local Microchip sales office or downloaded from the Microchip Web site
Microchip offers comprehensive development support in the following forms:
• Application notes
• Reference designs
• Microchip Web site
• Local sales offices with Field Application Engineer (FAE) support
• Corporate support line The Microchip Web site (www.microchip.com) also lists additional Web sites that may be useful
references.
(www.microchip.com).
Section 1. Introduction
1

1.4 STYLE AND SYMBOL CONVENTIONS

Throughout this document, certain style and font format conventions are used. Most format conventions imply that a distinction should be made for the emphasized text.
Table 1-1 defines some of the symbols and terms used throughout this manual.

Table 1-1: Document Conventions

Symbol or Term Description
set To force a bit/register to a value of logic ‘1’. clear To force a bit/register to a value of logic ‘0’. Reset 1) To force a register/bit to its default state.
2) A condition in which the device places itself after a device Reset occurs. Some bits will be set to ‘0’ (such as interrupt enable bits), while others will be set to ‘1’ (such as the I/O data direction bits).
0xnn or nnh Designates the number ‘nn’ in the hexadecimal number system. These
conventions are used in the code examples. For example, the designation 0x13F or 13Fh may be used.
Bbbbbbbbb Designates the number ‘bbbbbbbb’ in the binary number system. This
convention is used in the text and in figures and tables. For example, the designation B‘10100000’ may be used.
R-M-W Read-Modify-Write. This occurs when a register or port is read, the value
is modified, and that value is then written back to the register or port. This action can occur from a single instruction (such as bit set, BSET) or a sequence of instructions.
: (colon) Used to specify a range or the concatenation of registers/b its/pins.
One example is TMR3:TMR2, which is the concatenation of two 16-bit registers to form a 32-bit timer value. Concatenation order (left-right) usually specifies a positional relationship (MSb to LSb, higher to lower).
< > Specifies bit(s) loca tions in a p articular re gister. One example is SRxMPT
(SPIxSTAT< 5>), which specifies the abbreviation of bit and the register
name, and associated bits or bit positions. MSb, LSb Indicates the Least/Most Significant bit in a field. MSB, LSB Indicates the Least/Most Significant Byte in a field of bits. msw, lsw Indicates the least/most significant word in a field of bits.
Courier New Font
Times New Roman Font (Italics)
Note
Used for code examples, binary numbers and for instruction mnemonics
that appear in the text.
Used for equations.
A Note presents information tha t we want to re-empha size, eithe r to help
you avoid a common pitfall or to make you aware of operating differences
between some device family members. A Note can be in a box, or when
used in a table or figure, it is located at the bottom of the table or figure.
Introduction
© 2011 Microchip Technology Inc. DS70573B-page 1-5
dsPIC33E/PIC24E Family Reference Manual

1.5 RELATED DOCUMENTS

Microchip and other third party sources, offer additional documentation that can aid in your development with dsPIC33E/PIC24E devices. The following lists contain the most common documentation, but

1.5.1 Microchip Documentation

Documentation related to dsPIC33E/PIC24E devices is available from Microchip. Many of these documents provide application-specific information that includes many examples of using and programming dsPIC33E DSCs and PIC24E MCUs, which can help you when designing an application using one of our devices. For the latest published technical documentation, check the Microchip Web site (

1.5.2 Third-Party Documentation

There are many documents available from third-party sources around the world. Microchip does not review these documents for technical accuracy. However, they may be a helpful source for understanding the operation of Microchip’s dsPIC33E/PIC24E devices. For third-party documentation related to the dsPIC33E/PIC24E, refer to the Microchip Web site
www.microchip.com).
(
other documents may also be available.
www.microchip.com).
Section 1. Introduction
1

1.6 REVISION HISTORY

Revision A (December 2008)
This is the initial released version of this document.
Revision B (April 2011)
This revision includes the following updates:
• The device list was updated (see 1.1 “Introduction”)
• PIC24E references were added
• Additional minor updates to text and formatting were made throughout the document
Introduction
© 2011 Microchip Technology Inc. DS70573B-page 1-7
dsPIC33E/PIC24E Family Reference Manual
NOTES:
Note the following details of the code protection feature on Microchip devices:
Microchip products meet the specification contained in their particular Microchip Data Sheet.
Microchip believes that its family of products is one of the most secure families of its kind on the market today , when used in the intended manner and under normal conditions.
There are dishonest and possibly illegal methods used to breach the code protection feature. All of these methods, to our knowledge, require using the Microchip products in a manner outside the operating specifications contained in Microchip’s Data Sheets. Most likely, the person doing so is engaged in theft of intellectual property.
Microchip is willing to work with the customer who is concerned about the integrity of their code.
Neither Microchip nor any other semiconductor manufacturer can guarantee the security of their code. Code protection does not mean that we are guaranteeing the product as “unbreakable.”
Code protection is constantly evolving. We at Microchip are committed to continuously improving the code protection features of our products. Attempts to break Microchip’s code protection feature may be a violation of the Digital Millennium Copyright Act. If such acts allow unauthorized access to your software or other copyrighted work, you may have a right to sue for relief under that Act.
Information contained in this publication regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer’s risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights.
Trademarks
The Microchip name and logo, the Microchip logo, dsPIC, K
EELOQ, KEELOQ logo, MPLAB, PIC, PICmicro, PICSTART,
32
PIC
logo, rfPIC and UNI/O are registered trademarks of Microchip Technology Incorporated in the U.S.A. and other countries.
FilterLab, Hampshire, HI-TECH C, Linear Active Thermistor, MXDEV, MXLAB, SEEVAL and The Embedded Control Solutions Company are registered trademarks of Microchip Technology Incorporated in the U.S.A.
Analog-for-the-Digital Age, Application Maestro, CodeGuard, dsPICDEM, dsPICDEM.net, dsPICworks, dsSPEAK, ECAN, ECONOMONITOR, FanSense, HI-TIDE, In-Circuit Serial Programming, ICSP, Mindi, MiWi, MPASM, MPLAB Certified logo, MPLIB, MPLINK, mTouch, Omniscient Code Generation, PICC, PICC-18, PICDEM, PICDEM.net, PICkit, PICtail, REAL ICE, rfLAB, Select Mode, Total Endurance, TSHARC, UniWinDriver, WiperLock and ZENA are trademarks of Microchip Technology Incorporated in the U.S.A. and other countries.
SQTP is a service mark of Microchip Technology Incorporated in the U.S.A.
All other trademarks mentioned herein are property of their respective companies.
© 2011, Microchip Technology Incorporated, Printed in the U.S.A., All Rights Reserved.
Printed on recycled paper.
ISBN: 978-1-61341-076-9
Microchip received ISO/TS-16949:2002 certification for its worldwide headquarters, design and wafer fabrication facilities in Chandler and T empe, Arizona; Gresham, Oregon and design centers in California and India. The Company’s quality system processes and procedures are for its PIC devices, Serial EEPROMs, microperipherals, nonvolatile memory and analog products. In addition, Microchip’s quality system for the desig n and manufacture of development systems is ISO 9001:2000 certified.
®
MCUs and dsPIC® DSCs, KEELOQ
®
code hopping
© 2011 Microchip Technology Inc. DS70573B-page 1-9

Worldwide Sales and Service

AMERICAS
Corporate Office
2355 West Chandler Blvd. Chandler, AZ 85224-6199 Tel: 480-792-7200 Fax: 480-792-7277 Technical Support:
http://www.microchip.com/ support
Web Address:
www.microchip.com
Atlanta
Duluth, GA Tel: 678-957-9614 Fax: 678-957-1455
Boston
Westborough, MA Tel: 774-760-0087 Fax: 774-760-0088
Chicago
Itasca, IL Tel: 630-285-0071 Fax: 630-285-0075
Cleveland
Independence, OH Tel: 216-447-0464 Fax: 216-447-0643
Dallas
Addison, TX Tel: 972-818-7423 Fax: 972-818-2924
Detroit
Farmington Hills, MI Tel: 248-538-2250 Fax: 248-538-2260
Indianapolis
Noblesville, IN Tel: 317-773-8323 Fax: 317-773-5453
Los Angeles
Mission Viejo, CA Tel: 949-462-9523 Fax: 949-462-9608
Santa Clara
Santa Clara, CA Tel: 408-961-6444 Fax: 408-961-6445
Toronto
Mississauga, Ontario, Canada Tel: 905-673-0699 Fax: 905-673-6509
ASIA/PACIFIC
Asia Pacific Office
Suites 3707-14, 37th Floor Tower 6, The Gateway Harbour City, Kowloon Hong Kong Tel: 852-2401-1200 Fax: 852-2401-3431
Australia - Sydney
Tel: 61-2-9868-6733 Fax: 61-2-9868-6755
China - Beijing
Tel: 86-10-8528-2100 Fax: 86-10-8528-2104
China - Chengdu
Tel: 86-28-8665-5511 Fax: 86-28-8665-7889
China - Chongqing
Tel: 86-23-8980-9588 Fax: 86-23-8980-9500
China - Hong Kong SAR
Tel: 852-2401-1200 Fax: 852-2401-3431
China - Nanjing
Tel: 86-25-8473-2460 Fax: 86-25-8473-2470
China - Qingdao
Tel: 86-532-8502-7355 Fax: 86-532-8502-7205
China - Shanghai
Tel: 86-21-5407-5533 Fax: 86-21-5407-5066
China - Shenyang
Tel: 86-24-2334-2829 Fax: 86-24-2334-2393
China - Shenzhen
Tel: 86-755-8203-2660 Fax: 86-755-8203-1760
China - Wuhan
Tel: 86-27-5980-5300 Fax: 86-27-5980-5118
China - Xian
Tel: 86-29-8833-7252 Fax: 86-29-8833-7256
China - Xiamen
Tel: 86-592-2388138 Fax: 86-592-2388130
China - Zhuhai
Tel: 86-756-3210040 Fax: 86-756-3210049
ASIA/PACIFIC
India - Bangalore
Tel: 91-80-3090-4444 Fax: 91-80-3090-4123
India - New Delhi
Tel: 91-11-4160-8631 Fax: 91-11-4160-8632
India - Pune
Tel: 91-20-2566-1512 Fax: 91-20-2566-1513
Japan - Yokohama
Tel: 81-45-471- 6166 Fax: 81-45-471-6122
Korea - Daegu
Tel: 82-53-744-4301 Fax: 82-53-744-4302
Korea - Seoul
Tel: 82-2-554-7200 Fax: 82-2-558-5932 or 82-2-558-5934
Malaysia - Kuala Lumpur
Tel: 60-3-6201-9857 Fax: 60-3-6201-9859
Malaysia - Penang
Tel: 60-4-227-8870 Fax: 60-4-227-4068
Philippines - Manila
Tel: 63-2-634-9065 Fax: 63-2-634-9069
Singapore
Tel: 65-6334-8870 Fax: 65-6334-8850
Taiwan - Hsin Chu
Tel: 886-3-6578-300 Fax: 886-3-6578-370
Taiwan - Kaohsiung
Tel: 886-7-213-7830 Fax: 886-7-330-9305
Taiwan - Taipei
Tel: 886-2-2500-6610 Fax: 886-2-2508-0102
Thailand - Bangkok
Tel: 66-2-694-1351 Fax: 66-2-694-1350
EUROPE
Austria - Wels
Tel: 43-7242-2244-39 Fax: 43-7242-2244-393
Denmark - Copenhagen
Tel: 45-4450-2828 Fax: 45-4485-2829
France - Paris
Tel: 33-1-69-53-63-20 Fax: 33-1-69-30-90-79
Germany - Munich
Tel: 49-89-627-144-0 Fax: 49-89-627-144-44
Italy - Milan
Tel: 39-0331-742611 Fax: 39-0331-466781
Netherlands - Drunen
Tel: 31-416-690399 Fax: 31-416-690340
Spain - Madrid
Tel: 34-91-708-08-90 Fax: 34-91-708-08-91
UK - Wokingham
Tel: 44-118-921-5869 Fax: 44-118-921-5820
02/18/11
DS70573B-page 1-10 © 2011 Microchip Technology Inc.
Loading...