Difference between revisions of "PIC32 in DIP package"

From Mech
Jump to navigationJump to search
(Created page with "Using the PIC32MX1XX/2XX Series PIC32s The PIC32MX1XX/2XX series comes in a DIP package - no breakoutboard necessary! They also have reconfiguarable pins. The downside is tha...")
 
Line 3: Line 3:
The PIC32MX1XX/2XX series comes in a DIP package - no breakoutboard necessary! They also have reconfiguarable pins. The downside is that they run slower - 40MHz instead of 80MHz.
The PIC32MX1XX/2XX series comes in a DIP package - no breakoutboard necessary! They also have reconfiguarable pins. The downside is that they run slower - 40MHz instead of 80MHz.


Assigning the reconfiguarable pins can be confusing, try the following .h file:
Assigning the reconfiguarable pins can be confusing, try the following example:
[[Media:DPIPIC32.zip]]
[[Media:DPIPIC32.zip]]

Revision as of 16:36, 10 December 2012

Using the PIC32MX1XX/2XX Series PIC32s

The PIC32MX1XX/2XX series comes in a DIP package - no breakoutboard necessary! They also have reconfiguarable pins. The downside is that they run slower - 40MHz instead of 80MHz.

Assigning the reconfiguarable pins can be confusing, try the following example: Media:DPIPIC32.zip