Difference between revisions of "Microchip PICs"

From Mech
Jump to navigationJump to search
Line 34: Line 34:
*[[Introduction to the PIC32]]
*[[Introduction to the PIC32]]
*[[Getting Started with PIC32]] (includes NU32 development board)
*[[Getting Started with PIC32]] (includes NU32 development board)
** [[ME 333 Lab 2]] - Includes Digital IO, Analog Input, Parallel LCD and RS232 Com
** [[ME 333 Lab 4]] - Includes PWM and Encoder Motor Control
*[[Microcontroller PIC32MX460F512L]]
*[[Microcontroller PIC32MX460F512L]]
*[[Programming HID Bootloader on PIC32]]
*[[Programming HID Bootloader on PIC32]]
Line 48: Line 50:
**Communication
**Communication
***[[PIC32MX: Parallel LCD]]
***[[PIC32MX: Parallel LCD]]
***[[PIC32MX: RS232| PIC32MX: RS232]]
***[[PIC32MX: RS232]]
***[[PIC32MX: USB Communication with a PC]]
***[[PIC32MX: USB Communication with a PC]]
***[[PIC32MX: SPI External RAM]]
***[[PIC32MX: SPI External RAM]]

Revision as of 23:47, 15 April 2010

Note: Most code on this page was written using the CCS compiler. Microchip's MPLAB is also occasionally used.

Link to all sample code here.


Using the PIC18F4520

Example Code in C for PIC18F4520

Using the PIC32MX Series


Other PIC Resources

Programming the PIC with Microchip's MPLAB