PCB drawing



Preface: This article is connected to the last assignment (using Altium Designer software to draw a circuit schematic diagram of the smallest system of stm32)

One, the addition of PCB project

Add the PCB project on top of the previous schematic.
Insert picture description here
Add PCB to the project.
Insert picture description here
Save.
Insert picture description here
Import the schematic to the PCB.
Insert picture description here
Insert picture description here
After the change is made, the following figure:
Insert picture description hereThen you can see the general figure after the import:
Insert picture description here

Two, PCB drawing

layout

After selecting all the components, click in the toolbar as shown in the figure to
Insert picture description here
get the following figure.
Insert picture description here
Select the pin header to plan
Insert picture description here
the block diagram. Put the origin into the board
Insert picture description here
. The board shape after the plan. The
Insert picture description here
shortcut key N, hide the connection line
Insert picture description here
Insert picture description here
layout as shown in the figure. There may be a problem: (Y2 cannot be added)
Insert picture description here
Let’s modify the rules here
Insert picture description here

Insert picture description here
Insert picture description here
Insert picture description here
Insert picture description here
The layout is completed as shown in the figure:
Insert picture description here

Automatic routing

Auto-wiring rule change:
Insert picture description here
Use the rule wizard to add a rule and select a network after
Insert picture description here
selecting width Constraint
Insert picture description here
next . When the priority of
Insert picture description here
5v
Insert picture description here
is selected , the priority is automatically set to the highest, so don’t care. The
Insert picture description here
Insert picture description here
aperture setting is shown in the figure.
Insert picture description here
After modification, apply it
Insert picture description hereand then slightly modify it.

Copper-clad

Click on the picture to pour copper (select the entire board)
Insert picture description here
and then select GND
Insert picture description here
in Net and modify
Insert picture description here
it in the rules. You can see that there will be some errors

Here we re-lay all the copper and re
Insert picture description here
-lay as shown in the figure:
Insert picture description here
the rules that may need to be changed later
Insert picture description here

Rule check

Insert picture description here
Insert picture description here
You can see that I have three errors here.
Insert picture description here
Double-click the error and we can zoom in on the error and then modify
Insert picture description here
it. After the modification is completed, we can see that the error is zero.
Insert picture description here

Add logo

Use drawing software to draw by yourself or add a picture you want
when saving, choose to save as a BMP picture (monochrome bitmap)
Insert picture description here
Insert picture description here

Download the logo script
Link: https://pan.baidu.com/s/1Mc38Cjl60qlLYjoWBlsKPw
Extract code: h8lz
Search run in AD, click to run the script,
Insert picture description here
select the downloaded script,
Insert picture description here
click LOAD to
Insert picture description here
select Top Overlay, and then click Convent to
Insert picture description here
select all, Ctrl+ C to copy
Insert picture description here
Ctrl+V to copy
Insert picture description here
Insert picture description here

Three, generate BOM table and network table

Generate BOM

Select as shown in the report and
Insert picture description here
click export
Insert picture description here
Insert picture description here

Generate netlist

Click as shown:
Insert picture description here

Four, output as Gerber light painting file

Insert picture description here
Check the
Insert picture description here
Insert picture description here
other unchanged, the generated Gerber light drawing file is as shown in the figure:
Insert picture description here

Guess you like

Origin blog.csdn.net/aiwr_/article/details/111646901
PCB