Difference between revisions of "Microchip PICs"

From Mech
Jump to navigationJump to search
Line 1: Line 1:
'''Note: Much of the code on this page was written using the CCS compiler. All new code is being written using Microchip's MPLAB.
'''Note: Some of the code on the bottom this page was written using the CCS compiler. All new code is being written using Microchip's MPLAB.


<b>[http://peshkin.mech.northwestern.edu/pic/code Link to all sample code here.]</b>
<b>[http://peshkin.mech.northwestern.edu/pic/code Link to all PIC18F sample code here.]</b>
*[[Sample code for most PIC18F4520 operations]]
*[[Sample code for most PIC18F4520 operations]]
*[http://www.ccsinfo.com/forum/ CCS user forum]
*[http://www.ccsinfo.com/forum/ CCS user forum]
<br>
<br>
__TOC__
__TOC__
== Using the NU32v2 ==
== The NUScope ==
*[[NUScope]]
== Using the NU32 (Winter 2012 and on) ==
*[[NU32: Introduction to the PIC32]]
**[[NU32: What is in the NU32 Kit]]
**[[NU32: Software to Install]]
**[[NU32: Starting a New Project and Putting it on the NU32]]
**[[NU32: A Detailed Look at Programming the PIC32 on the NU32]]
== Using the NU32v2 (Winter 2011) ==
*[[NUScope]]
*[[NUScope]]
*[[NU32v2: Introduction to the PIC32]]
*[[NU32v2: Introduction to the PIC32]]

Revision as of 13:04, 21 December 2011

Note: Some of the code on the bottom this page was written using the CCS compiler. All new code is being written using Microchip's MPLAB.

Link to all PIC18F sample code here.


The NUScope

Using the NU32 (Winter 2012 and on)

Using the NU32v2 (Winter 2011)

Using the PIC18F4520

Example Code in C for PIC18F4520

Using the PIC32MX Series


Other PIC Resources

Programming the PIC with Microchip's MPLAB