Skip to content

Add DRV8311H, DRV8311P and DRV8311S

Tobias Adolph requested to merge adolto/kicad-symbols:add_DRV8311_family into master

Hi KiCad Team, I added symbols for DRV8311H, DRV8311P and DRV8311S from Texas.

Datasheet: https://www.ti.com/lit/ds/symlink/drv8311.pdf

Open MR for the package RRW0024A kicad-footprints!3563

DRV8311H:

image

DRV8311P:

image

DRV8311S:

image

Rule violations:

DRV8311 uses AVDD as an output pin for an build in 3.3V regulator output. The rule checker requires it to be an input pin and reports a violation.

Checking symbol 'Driver_Motor:DRV8311H':
  Violating S4.2 - https://klc.kicad.org/symbol/s4/s4.2/
    Pins should be grouped by function
    Positive power pins should be placed at top of symbol
     - Pin AVDD (17) @ (700,400)
  Violating S4.4 - https://klc.kicad.org/symbol/s4/s4.4/
    Pin electrical type should match pin function
    Power pins should be of type POWER INPUT
     - Pin AVDD (17) @ (700,400) is of type power_out
Checking symbol 'Driver_Motor:DRV8311P':
  Violating S4.2 - https://klc.kicad.org/symbol/s4/s4.2/
    Pins should be grouped by function
    Positive power pins should be placed at top of symbol
     - Pin AVDD (17) @ (700,400)
  Violating S4.4 - https://klc.kicad.org/symbol/s4/s4.4/
    Pin electrical type should match pin function
    Power pins should be of type POWER INPUT
     - Pin AVDD (17) @ (700,400) is of type power_out
Checking symbol 'Driver_Motor:DRV8311S':
  Violating S4.2 - https://klc.kicad.org/symbol/s4/s4.2/
    Pins should be grouped by function
    Positive power pins should be placed at top of symbol
     - Pin AVDD (17) @ (700,400)
  Violating S4.4 - https://klc.kicad.org/symbol/s4/s4.4/
    Pin electrical type should match pin function
    Power pins should be of type POWER INPUT
     - Pin AVDD (17) @ (700,400) is of type power_out

Merge request reports