Difference between revisions of "Microchip PICs"

From Mech
Jump to navigationJump to search
Line 14: Line 14:
**[[NU32: Starting a New Project and Putting it on the NU32]]
**[[NU32: Starting a New Project and Putting it on the NU32]]
**[[NU32: A Detailed Look at Programming the PIC32 on the NU32]]
**[[NU32: A Detailed Look at Programming the PIC32 on the NU32]]
* Sample Code
**[[NU32: Digital Input and Output]]
**[[NU32: Counters and Timers]]
**[[NU32: Interrupts]]
**[[NU32: Output Compare, PWM, and Analog Output]]
**[[NU32: Serial Communication with the PC]]
**[[NU32: 16x2 LCD]]
**[[NU32: Analog Input]]
**[[NU32: Using the LS7183 Quadrature Clock Converter]]
**[[NU32: Using the L293D H-Bridge]]
**[[NU32: Digital Signal Processing]]
**[[NU32: Input Capture]]
**[[NU32: Flash Self-Programming]]
**[[NU32: UART Asynchronous Serial Communication]]
**[[NU32: I2C Synchronous Serial Communication]]
**[[NU32: SPI Synchronous Serial Communication]]
**[[NU32: Watchdog Timer]]



== Using the NU32v2 (Winter 2011) ==
== Using the NU32v2 (Winter 2011) ==
*[[NU32v2: Introduction to the PIC32]]
*[[NU32v2: Introduction to the PIC32]]

Revision as of 11:50, 27 December 2011

Note: Some of the code on the bottom of 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