Difference between revisions of "Microchip MPLAB Files"

From Mech
Jump to navigationJump to search
(New page: Under C:\Program Files\Microchip MPLAB C32 * doc ** Microchip-PIC32MX-Peripheral-Library.chm ** MPLAB C32 Libraries.pdf ** MPLAB C32 User Guide.pdf * examples)
 
Line 7: Line 7:
** MPLAB C32 User Guide.pdf
** MPLAB C32 User Guide.pdf
* examples
* examples
** plib_examples
*** adc10
*** timer
*** lots of other similar directories containing sample code using the peripherals
* lib (contains various libraries with .a extensions, and .h header files; none we need to worry about)
* pic32-libs
** dsp
*** wrapper
**** various .c files that call mips_XXX functions
** include
*** math.h
*** p32xxxx.h
*** peripheral
**** adc10.h
**** lots of other peripheral library header files
*** plib.h (includes all the peripheral library headers)
*** proc
**** p32mx795f512l.h (huge file defining variable names and virtual memory addresses)
** peripheral
*** C source code for the peripherals, one directory per peripheral
* pic32mx
** include (looks the same as the include directory above)
** lib (contains .a

Revision as of 16:56, 15 January 2011

Under C:\Program Files\Microchip

MPLAB C32

  • doc
    • Microchip-PIC32MX-Peripheral-Library.chm
    • MPLAB C32 Libraries.pdf
    • MPLAB C32 User Guide.pdf
  • examples
    • plib_examples
      • adc10
      • timer
      • lots of other similar directories containing sample code using the peripherals
  • lib (contains various libraries with .a extensions, and .h header files; none we need to worry about)
  • pic32-libs
    • dsp
      • wrapper
        • various .c files that call mips_XXX functions
    • include
      • math.h
      • p32xxxx.h
      • peripheral
        • adc10.h
        • lots of other peripheral library header files
      • plib.h (includes all the peripheral library headers)
      • proc
        • p32mx795f512l.h (huge file defining variable names and virtual memory addresses)
    • peripheral
      • C source code for the peripherals, one directory per peripheral
  • pic32mx
    • include (looks the same as the include directory above)
    • lib (contains .a