Skip to content

Add LPC11U35FHI33-501

KiCad Bot requested to merge github/fork/DanSGiesbrecht/dev/lpc into master

Created by: DanSGiesbrecht

Add LPC11U35FHI33-501, NXP CortexM0+ MCU

(Continuation of #1019)

Datasheet: https://www.nxp.com/docs/en/data-sheet/LPC11U3X.pdf

symbol

My original review checklist:

  • Please update RefDes positions.
  • Please remove commas separating the keywords, and replace with spaces.
  • As per the other PR, please change KB -> kB.
  • Please add QFN-32 to the description.
  • Please consider adding aliases to account for the multiple flash configurations (drop-in replacements for this symbol, not all of them)
    • The datasheet does not mention parts which could be aliases.
  • Please modify the footprint filter:
    • I think that *QFN*: can be removed. I have not seen the library name commonly used in the filters.
    • The number of pins should be removed. CvPCB uses the number of pins on the symbol to determine this.
    • The EP size should be removed to make the filter more robust.
      • I chose to leave this in
    • I think that ? should be replaced with *, to account for potential changes to footprint names, for robustness.
  • Because there is only one GND/VSS connection, please change pin 33's name to VSS instead of PAD. This allows for more clarity to the designer.

  • 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.
  • Check the output of the Travis automated check scripts - fix any errors as required

Merge request reports