Difference between revisions of "PIC Development"

From SlugWiki
Jump to: navigation, search
Line 14: Line 14:
 
* Timers
 
* Timers
 
* Interrupts
 
* Interrupts
 +
* Everything I haven't Learned
 +
 +
A good resource is the set of [http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2575 | PIC24F Reference Manuals]

Revision as of 09:20, 17 August 2011

This "guide", is a summary of what I've learned about PIC programming. So far I only have experience with the PIC24F series.

Specifically the PIC24F16KA102 | Datasheet

  • What You're Getting Into
  • Required Components
  • First Steps
    • Oscillators
    • WDT
    • Digital IO - Blinking an LED
    • Sneaky Little Surprises
  • UARTs
  • PWM
  • Timers
  • Interrupts
  • Everything I haven't Learned

A good resource is the set of | PIC24F Reference Manuals