Use Altium Designer software to draw a circuit schematic diagram and PCB diagram of a stm32 minimum system

Operating environment

The operating environment is Altium Designer 18.1.7
Altium Designer acquisition and installation tutorial click here

Draw the circuit schematic diagram of the smallest system of stm32

Create project

Open Altium Designer, click file–new–project–integrated library,
Insert picture description here
change the project name and save it
Insert picture description here
under the project, create a new sch library and pcb library
Insert picture description here
, save the project after creation, and rename the created library
Insert picture description here

Chip PCB packaging

Back to the pcb library interface, select tools and
Insert picture description here
click next on the next interface. On the next interface, select the following and
Insert picture description here
fill in the package data according to the figure.
Insert picture description here

Insert picture description here
Insert picture description here

After that, click next until finish. The final effect is:
Insert picture description here
open the stm32 minimal system.SchLib, do the following, add rectangles, as the chip
Insert picture description here
to be packaged, add pins to the chip, and
Insert picture description here
add pins. The effect is as follows.
Insert picture description here
Then perform the chip according to the following figure After changing the
Insert picture description here
final effect as follows
Insert picture description here
, perform the following operations
Insert picture description here
to return to the sch library, double-click to modify the component name, note that the question mark needs to be input in Chinese
Insert picture description here
** Back to the project interface, right-click on the project, and select the first check to see if the
Insert picture description here
component library is generated successfully
Insert picture description here

Custom component PCB packaging

Right-click to add a blank component in the pcb library edit box,
Insert picture description here
double-click to change its name,
Insert picture description here
click to place the trace
Insert picture description here
, double-click the trace after placement is complete, and modify the current layer to TOP Overlay
Insert picture description here

Then place it like this
Insert picture description here

Then put the arc
Insert picture description here

After that, the current layer is also changed to TOP Overlay
Insert picture description here

Place the fill
Insert picture description here

Double-click to fill to change its current layer to TOP Overlay
Insert picture description here

Finally place the pad
Insert picture description here
Insert picture description here

Packaging of custom components SCH

Open SCH library, select add under the window
Insert picture description here

Start placing lines
Insert picture description here
Insert picture description here

Then operate the production library file as above and double-click to rename it
Insert picture description here

Right-click the project and select the first item to check for errors and generate library files
Insert picture description here

Draw the minimum system schematic diagram of stm32

Then create a new project, right-click [Schematic] to create a schematic drawing interface to
Insert picture description here
place components, click Libraries on the right, and then click installed, you can add the library you created,
Insert picture description here
then you can see the library you created by
Insert picture description here
double-clicking to place a chip
Insert picture description here
placement line Extend each pin and
Insert picture description here
click to place the network label, double-click and write the corresponding network name
Insert picture description here
after connecting to the VBAT1 port, modify the name to VOUR,
Insert picture description here
add VCC as follows ,
Insert picture description here
add GND to 3.3V ,
Insert picture description here
and search for the ground terminal in the official library to add RES, 10kΩ
Insert picture description here
The complete chip is as follows,
Insert picture description here
and the schematic diagram of the final placement of the components is as follows
Insert picture description here

Identify each circuit part of the schematic, click "A" in the upper menu bar to add a text box, and drag it to the specified part, such as "decoupling circuit", etc. The
Insert picture description here
final effect is as follows
Insert picture description here

Guess you like

Origin blog.csdn.net/java_creater/article/details/109587212