Home > other >  How to learn hardware development, all need to learn those things related
How to learn hardware development, all need to learn those things related

Time:11-07

How to learn hardware development, all need to learn those things related
What's the order learning
Hope to get your advice

CodePudding user response:

Personal advice, can from the microcontroller - & gt; ARM - & gt; Study the path of the ARM + FPGA, MCU, including some simple driver writing (UCS UART, IIC, SPI, etc.), knowledge of the peripheral circuit, such as minimum system, ARM including Linux system, the understanding of the system kernel, write a device driver), and the cognition of the ARM architecture, ARM + FPGA is very common solution on the market at present, and is one of the many embedded artificial intelligence solutions, can be learning from Xilinx ZYNQ development board, hardware development path is very important, don't be entangled with one point for too long, learn slowly, and don't rush,

CodePudding user response:

Can learn from 8-bit microcontroller, first put some fundamental key, timer, serial port, iic, spi, such as practice, understand the principle of each module, after learning can do small applications on their own, can learn after 16 or 32 bit MCU, familiar with some of their principle, and then the development and application, after have been familiar with the various hardware, can draw PCB diagram, design circuit boards, PCB by software AD picture, painting, to manufacturer, and then buy some components, such as the board by your own welding, best debugging to see if you have any questions,
  • Related