Note the following details of the code protection feature on Microchip devices:
YSTEM
CERTIFIED BY DNV
== ISO/TS 16949==
•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
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, chipKIT,
chipKIT logo, 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.
Microchip received ISO/TS-16949:2009 certification for its worldwide
headquarters, design and wafer fabrication facilities in Chandler and
Tempe, 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 design
and manufacture of development systems is ISO 9001:2000 certified.
A.10 Board - Top SILK and PADS ..................................................................... 24
A.11 Board - Bottom SILK and PADS ................................................................ 24
Appendix B. Bill of Materials (BOM)........................................................................... 25
Worldwide Sales and Service .................................................................................... 28
2012 Microchip Technology Inc.DS52033A-page 3
MCP3911 ADC Evaluation Board for 16-Bit MCUs User’s Guide
NOTES:
DS52033A-page 4 2012 Microchip Technology Inc.
MCP3911 ADC EVALUATION BOARD
FOR 16-BIT MCUs USER’S GUIDE
Preface
NOTICE TO CUSTOMERS
All documentation becomes dated, and this manual is no exception. Microchip tools and
documentation are constantly evolving to meet customer needs, so some actual dialogs
and/or tool descriptions may differ from those in this document. Please refer to our web site
(www.microchip.com) to obtain the latest documentation available.
Documents are identified with a “DS” number. This number is located on the bottom of each
page, in front of the page number. The numbering convention for the DS number is
“DSXXXXXA”, where “XXXXX” is the document number and “A” is the revision level of the
document.
For the most up-to-date information on development tools, see the MPLAB
Select the Help menu, and then Topics to open a list of available online help files.
®
IDE online help.
INTRODUCTION
This chapter contains general information that will be useful to know before using the
MCP3911 ADC Evaluation Board for 16-Bit MCUs. Items discussed in this chapter
include:
• Document Layout
• Conventions Used in this Guide
• Recommended Reading
• The Microchip Web Site
• Customer Support
• Document Revision History
DOCUMENT LAYOUT
This document describes how to use the MCP3911 ADC Evaluation Board for 16-Bit
MCUs as a development tool to emulate and debug firmware on a target board. The
manual layout is as follows:
• Chapter 1. “Hardware Description”– Provides important information about the
MCP3911 ADC Evaluation Board for 16-Bit MCUs hardware.
• Chapter 2. “Firmware”– Describes the MCP3911 ADC Evaluation Board for
16-Bit MCUs firmware.
• Chapter 2. “Evaluation Board PC Software” – Provides information about the
evaluation board software.
• Appendix A. “Schematics and Layouts”– Shows the schematic and board
layouts for the MCP3911 ADC Evaluation Board for 16-Bit MCUs.
• Appendix B. “Bill of Materials (BOM)” – Lists the parts used to build the
MCP3911 ADC Evaluation Board for 16-Bit MCUs.
2012 Microchip Technology Inc.DS52033A-page 5
MCP3911 ADC Evaluation Board for 16-Bit MCUs User’s Guide
CONVENTIONS USED IN THIS GUIDE
This manual uses the following documentation conventions:
DOCUMENTATION CONVENTIONS
DescriptionRepresentsExamples
Arial font:
Italic charactersReferenced booksMPLAB
Emphasized text...is the only compiler...
Initial capsA windowthe Output window
A dialogthe Settings dialog
A menu selectionselect Enable Programmer
QuotesA field name in a window or
dialog
Underlined, italic text with
right angle bracket
Bold charactersA dialog buttonClick OK
N‘RnnnnA number in verilog format,
Text in angle brackets < >A key on the keyboardPress <Enter>, <F1>
Courier New font:
Plain Courier NewSample source code#define START
Italic Courier NewA variable argumentfile.o, where file can be
Choice of mutually exclusive
arguments; an OR selection
Represents code supplied by
user
“Save project before build”
4‘b0010, 2‘hF1
any valid filename
[options]
errorlevel {0|1}
void main (void)
{ ...
}
®
IDE User’s Guide
DS52033A-page 6 2012 Microchip Technology Inc.
RECOMMENDED READING
This user's guide describes how to use MCP3911 ADC Evaluation Board for 16-Bit
MCUs. Another useful document is listed below. The following Microchip document is
available and recommended as a supplemental reference resource:
• MCP3911 Data Sheet - “3.3V Two Channel Analog Front End” (DS22286)
THE MICROCHIP WEB SITE
Microchip provides online support via our web site at www.microchip.com. This web
site is used as a means to make files and information easily available to customers.
Accessible by using your favorite Internet browser, the web site contains the following
information:
• Product Support – Data sheets and errata, application notes and sample
programs, design resources, user’s guides and hardware support documents,
latest software releases and archived software
• General Technical Support – Frequently Asked Questions (FAQs), technical
support requests, online discussion groups, Microchip consultant program
member listing
• Business of Microchip – Product selector and ordering guides, latest Microchip
press releases, listing of seminars and events, listings of Microchip sales offices,
distributors and factory representatives
Preface
CUSTOMER SUPPORT
Users of Microchip products can receive assistance through several channels:
• Distributor or Representative
• Local Sales Office
• Field Application Engineer (FAE)
• Technical Support
Customers should contact their distributor, representative or field application engineer
(FAE) for support. Local sales offices are also available to help customers. A listing of
sales offices and locations is included in the back of this document.
Technical support is available through the web site at: http://support.microchip.com.
DOCUMENT REVISION HISTORY
Revision A (March 2012)
• Initial release of this document.
2012 Microchip Technology Inc.DS52033A-page 7
MCP3911 ADC Evaluation Board for 16-Bit MCUs User’s Guide
NOTES:
DS52033A-page 8 2012 Microchip Technology Inc.
1.1OVERVIEW
The MCP3911 ADC Evaluation Board for 16-Bit MCUs system provides the opportunity
to evaluate the performance of the MCP3911 dual-channel ADC. It also provides a
development platform for 16-bit PIC
microcontroller Plug-in Module (PIM) systems that are compatible with the Explorer 16
and other high pin count PIC
programmed PIC24FJ256GA110 PIM module that communicates with the Energy
Management Utility software for data exchange and ADC setup.
1.1.1Feature Highlights
• Dual ADC MCP3911 output display using serial communication to the PC
• Simultaneous 55 ksps at OSR32 address loop ALL or 95 dB SINAD at OSR512
• System and ADC performance analysis through graphical PC tools showing noise
• Robust hardware design with analog grounding and analog/digital separation,
• PICtail™ Plus connectors for Explorer 16 daughter board compatibility
MCP3911 ADC EVALUATION BOARD
FOR 16-BIT MCUs USER’S GUIDE
Chapter 1. Hardware Description
®
-based applications, using existing 100-pin PIC
®
-based demo boards. The system comes with a
software interface
performance on MCP3911
histogram, frequency domain (FFT), time domain scope plot, and statistical
numerical analysis
allowing low noise evaluation of MCP3911 devices; includes separate power
supplies and power planes on a 4-layer board.
2012 Microchip Technology Inc.DS52033A-page 9
Loading...
+ 20 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.