element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Personal Blogs
  • Community Hub
  • More
Personal Blogs
Legacy Personal Blogs Hercules LaunchPad and GaN FETs - Side Note A: BoosterPack Layout - Custom KiCad Parts
  • Blog
  • Documents
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: Jan Cumps
  • Date Created: 30 Oct 2016 10:58 AM Date Created
  • Views 1757 views
  • Likes 4 likes
  • Comments 4 comments
  • gallium_nitride
  • footprint
  • library
  • lmg5200
  • gan
  • symbol
Related
Recommended

Hercules LaunchPad and GaN FETs - Side Note A: BoosterPack Layout - Custom KiCad Parts

Jan Cumps
Jan Cumps
30 Oct 2016

I'm designing a BoosterPack to evaluate GaN devices with the help of a microcontroller.

imageimage

This double post (a+b) documents the PCB layout, specific for significant currency and high switching frequency.

 

 

Custom Schematic Elements and Footprints Strategy

I rule and live by the law of laziness. I do as little as possible and try to simplify anything that pops up.

That's reflected in my 'custom element creation' strategy: whenever there's a schematic or footprint available, I use it.

Many EEs - and many policies in companies - prefer to create an own footprint for all items used in designs. Not me.

 

Still, in this limited design, I had to create custom items.

For the GaN device and the quadrature encoder there was nothing. I made both symbol and footprint.

For the power connectors and the inductor, I had symbols but no footprints, so I made those.

I've also made a custom footprint for the vias (2 sizes), to have them exactly the same as the TI reference design.

 

The complexity of this exercise was from easy to difficult.

Schematic symbols were all easy. We have low pin counts.

For the footprints, the vias and connectors were easy, the inductor medium, and the LMG5200 and encoder hard. More on that when I describe each item.

All symbols and footprints are available in the attached archive. Each section starts with the filename of the asset in that attachment.

 

LMG5200 GaN IC

symbol LMG5200.lib

footprint lmg5200.pretty.zip

 

imageimage

 

There's no existing symbol or footprint for the LMG5200 GaN half-bridge.

I used Dave Vandenbout's KiPart script to generate that part (read: copy-paste datasheet info into a spreadsheet and generate symbol from that).

 

LMG5200
typepinnameside
pwr1VINtop
output2HBright
output3HSright
input4HIleft
input5LIleft
pwr6VCCtop
pwr7AGNDbottom
output8SWright
pwr9PGNDbottom

 

See this blog for more info and instructions: Create my first KiCad part with KiPart utility.

The result is the following symbol:

image

 

To create the footprint of this item, I used the Package Information section of the datasheet.

image

I used the footprint editor to redraw package, copper and solder mask. There's a little bit of calculations needed to convert all the info in the images to coordinates.

image

Because the copper pads should blend with the PCB flood filled areas, I've set the pad's footprint to "From parent footprint".

image

This to avoid that we get thermal reliefs. They are not appropriate for this component (in particular for pins 1, 8 and 9).

 

EVQ-VVD00203B Square SMD Encoder

symbol: rotary_encoders_jan.lib

footprint: Panasonic_Rotary_Encoders.pretty

 

imageimage

This one also doesn't have footprint or schema symbol. I used the KiCad editor to create the schema. I didn't go fancy.

image

 

The footprint was tough. The device requires three mounting holes, one of them oval.

image

 

image

You set the shape of the drill in the pad preferences.

image

 

282841-2282841-2Terminal Block 2x1 5.08mm TH

footprint: BuchananTerminalBlocks.pretty

 

imageimage

 

For this one, I only needed the footprint.

image

 

This one is straightforward. Nothing special.

image

 

XAL8080-472ME Inductor, Shielded, Composite, 4.7uH, 10.5A, 8.89 ohm, SMD

footprint: coilcraft_incuctors.pretty

 

 

 

 

image image

 

Again, only the footprint was needed. Just a transform from datasheet measurements to the KiCad footprint editor coordinates.

image

image

 

VIAs

footprint: vias.pretty

 

There's not much to be said about these. I made them to stay as close as possible to TI's reference design.

I needed 12 and 38 mil vias for that. Even though KiCad has via footprints, these two values aren't available.

image

All designs are available in the attached archive. If you are a 3-D artist, I could use your help to create nice KiCad  3-D models of the footprints.

That would make the exercise complete.

 

Related Blogs
Hercules LaunchPad and GaN FETs - Part 1: Control Big Power with a Flimsy Mouse Scroll Wheel
Hercules LaunchPad and GaN FETs - Part 2: Make a BoosterPack
Hercules LaunchPad and GaN FETs - Part 3a: BoosterPack Layout - Reference Design
Hercules LaunchPad and GaN FETs - Part 3b: BoosterPack Layout - my version
Hercules LaunchPad and GaN FETs - Side Note A: BoosterPack Layout - Custom KiCad Parts
Hercules LaunchPad and GaN FETs - Side Note B: Look at the PCB
Rotary Encoders - Part 1: Electronics
Checking Out GaN Half-Bridge Power Stage: Texas Instruments LMG5200 - Part 1: Preview
Rotary Encoders - Part 4: Capturing Input on a Texas Instruments Hercules LaunchPad with eQEP
Vintage Turntable repair: Can I fix a Perpetuum Ebner from 1958 - part 4 - Hercules LaunchPad Enhanced PWM try-out
Attachments:
libs.zip
  • Sign in to reply

Top Comments

  • Jan Cumps
    Jan Cumps over 8 years ago in reply to Jan Cumps +2
    I love it when a plan comes together: It was a bit of a hammer to create the encoder's footprint but it turns out it's a perfect fit. The shaft can be fitted on the front or backside.
  • Jan Cumps
    Jan Cumps over 8 years ago in reply to Jan Cumps

    I love it when a plan comes together:

     

    imageimage

     

    It was a bit of a hammer to create the encoder's footprint but it turns out it's a perfect fit.

    The shaft can be fitted on the front or backside.

    imageimage

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 8 years ago

    I found this shaft that should fit on the rotary encoder while looking for something else. I'm going to try this out

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 8 years ago

    I've updated the attached zip with a (let's hope) correct footprint for the Buchanan Terminal Block

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 8 years ago

    Ah, the blog is finally finished. i had clicked the Publish button way too soon by accident.

    i have covered all custom symbols and footprints now.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube