Difference between revisions of "PIC Development"

From SlugWiki
Jump to: navigation, search
(Created page with "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 [http://ww1.microchip.com/downloads...")
 
Line 1: Line 1:
 
This "guide", is a summary of what I've learned about PIC programming. So far I only have experience with the PIC24F series.
 
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 [http://ww1.microchip.com/downloads/en/DeviceDoc/PIC24F16KA102_Family_datasheet_39927b.pdf | PIC24F16KQA10 Datasheet]
+
Specifically the PIC24F16KA102 [http://ww1.microchip.com/downloads/en/DeviceDoc/PIC24F16KA102_Family_datasheet_39927b.pdf | Datasheet]
  
 
* What You're Getting Into
 
* What You're Getting Into

Revision as of 09:19, 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