The most basic process of designing a circuit board can be divided into three major steps: circuit schematic design, network table generation, and printed circuit board design. No matter it is the component layout or wiring on the board, there are specific requirements. Today's article, the Chinese PCBA manufacturer - SysPCB, explains the principles and some details that need to be paid attention to in the PCB design of the Microcontroller Unit (MCU) control board.
MCU controlled 1602 LCD schmetic diagram
1. Component layout
In the layout of the components, the related components should be placed as close as possible. For example, the clock generator, crystal oscillator, and the clock input of the CPU are all prone to noise, so they should be placed closer. For those devices that are prone to noise, low-current circuits, high-current circuit switching circuits, etc., keep them away from the logic control circuit and storage circuit (ROM, RAM) of the microcontroller as much as possible. If possible, these circuits can be made into circuit board, this is conducive to anti-interference and improve the reliability of circuit work.
2. Decoupling capacitor
Try to install decoupling capacitors next to key components, such as ROM, RAM, and other chips. In fact, printed circuit board traces, pin connections and wiring, etc. may contain large inductance effects. Large inductance may cause severe switching noise spikes on the Vcc trace. The only way to prevent switching noise spikes on Vcc traces is to place a 0.1uF electronic decoupling capacitor between VCC and power ground. If surface mount components are used on the circuit board, chip capacitors can be used directly against the components and fixed on the Vcc pin. It is best to use ceramic capacitors, because this type of capacitor has lower electrostatic loss (ESL) and high-frequency impedance, and the temperature and time of the dielectric stability of the capacitor is also very good. Try not to use tantalum capacitors, because their impedance is higher at high frequencies. Pay attention to the following points when placing decoupling capacitors:
2.1 Connect a 100uF electrolytic capacitor the power input end of the printed circuit board. If the volume permits, a larger capacitance is better.
2.2 In principle, a 0.01uF ceramic capacitor needs to be placed next to each integrated circuit chip. If the gap of the circuit board is too small to fit, you can place a 1-10 tantalum capacitor for every 10 chips.
2.3 For components with weak anti-interference ability, large current changes during shutdown and storage components such as RAM and ROM, a decoupling capacitor should be connected between the power line (Vcc) and the ground line.
2.4 The lead of the capacitor should not be too long, especially the high frequency bypass capacitor can not take lead.
3. Ground wire design
In the MUC control system, there are many types of ground wires, such as system ground, shield ground, logic ground, analog ground, etc. The reasonable layout of the ground wire will determine the anti-interference ability of the circuit board. When designing ground wires and grounding points, the following issues should be considered:
3.1 Logic ground and analog ground should be wired separately and cannot be used together. Connect their respective ground wires to the corresponding power ground wires. When designing, the analog ground wire should be as thick as possible, and the grounding area of the leading out end should be enlarged as much as possible. Generally speaking, it is best to isolate the input and output analog signals from the microcontroller circuit through optocouplers.
3.2 When designing the printed circuit board of the logic circuit, the ground wire should form a closed loop form to improve the anti-interference ability of the circuit.
3.3 The ground wire should be as thick as possible. If the ground wire is very thin, the resistance of the ground wire will be large, causing the ground potential to change with the current change, causing the signal level to be unstable, and the anti-interference ability of the circuit is reduced. When the wiring space permits, ensure that the width of the main ground wire is at least 2-3mm, and the ground wire on the component pin should be about 1.5mm.
3.4 Pay attention to the choice of grounding point. When the signal frequency on the circuit board is lower than 1MHz, because the electromagnetic induction between the wiring and the components has little effect, and the circulation formed by the grounding circuit has a greater influence on the interference, it is necessary to use a point grounding so that it does not form a loop. When the signal frequency on the circuit board is higher than 10MHz, due to the obvious inductance effect of the PCB wiring design, the ground line impedance becomes very large, and the circulating current formed by the ground circuit is no longer a major problem. Therefore, multi-point grounding should be used to minimize the ground impedance.
4. Other
4.1 Besides coarsening the wiring width according to the current, the wiring direction of the power cord and ground wire should be the same as that of the data line when PCB the wiring design. At the end of PCB wiring design, use ground wires to cover the bottom layer of the circuit board where there are no traces. These methods all help to enhance the anti-interference ability of the circuit.
4.2 The width of the data line should be as wide as possible to reduce impedance. The width of the data line is at least not less than 0.3mm (12mil), and it is more ideal if 0.46~0.5mm (18mil~20mil) is used.
4.3 Since a via on the circuit board will bring about 10pF of capacitance effect, this will introduce too much interference for high frequency circuits, so the number of vias should be reduced as much as possible during PCB layout design. Furthermore, too many vias will also reduce the mechanical strength of the circuit board.