Skip to content

Add PIC32MK1024GPD064

KiCad Bot requested to merge github/fork/ttshaw1/new_mcu into master

Created by: ttshaw1

Added PIC32MK1024GPD064-I/PT, TQFN-64, to PIC32 symbol library. Datasheet for IC is here: http://ww1.microchip.com/downloads/en/DeviceDoc/PIC32MK-General-Purpose-and-Motor-Control-%20(GPMC)-Family-Datasheet-60001402E.pdf image Added the description this time.

Error checking scripts showed no errors. Pins 47 and 48 are Inputs rather than the typical Bidirectional in accordance with the datasheet. Pin 42 (Vbat) is specified as nonfunctional and should be connected to Vdd, so I set it as a power input and put it near Vdd.

I followed the convention of the other symbols in the library for the symbol properties. But I did notice some issues with them, such as the description not being comma separated and using KB for kilobytes (kB). I think the other symbols in the library also use the wrong pin name offset. I'm not sure how best to reconcile those differences.


All contributions to the kicad library must follow the KiCad library convention

Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:

  • Provide a URL to a datasheet for the symbol(s) you are contributing
  • An example screenshot image is very helpful
  • Ensure that the associated footprints match the official footprint library
    • A new fitting footprint must be submitted if the library does not yet contain one.
  • [] If there are matching footprint PRs, provide link(s) as appropriate
  • Check the output of the Travis automated check scripts - fix any errors as required
  • Give a reason behind any intentional library convention rule violation.
Edited by kliment

Merge request reports