Category:driver

  • Overview of embedded systems – peripherals, processors, ARM, operating systems

    Time:2024-5-30

    Article Catalog I. Composition of Embedded System II. Embedded processors III. Embedded peripherals 1. Storage equipment 2. Communications equipment 3. Display equipment IV. Hardware Abstraction Layer HAL V. Embedded operating systems VI. Applications VII. Embedded processors 1、MCU 2、MPU 3、DSP 4、SOC 5、SOPC VIII. Introduction to ARM processors Characteristics of ARM processors ARM Processor History ARM architecture […]

  • Verilog Basic Syntax and Notes

    Time:2024-5-17

    basics 0.1 Modules A module in Verilog can be viewed as a black box with input and output ports, which has input and output interfaces (signals) to realize a function by putting inputs in the box to perform certain operations. (Similar to a function in C). Fig. 1 Schematic diagram of the module 0.1.1 Module […]

  • Linux embedded learning tutorial

    Time:2024-1-29

    Article Catalog I. PrefaceSecond, Linux basic chapterIII. Fundamentals of data structures and algorithmsLinux applicationsFourth, Linux network chapterV. ARMLinux system portingLinux driverVIII. Linux SpecialNine, Linux project chapter I. Preface blogger to learn Linux has a few months, here for the majority of friends to organize the embedded linux learning knowledge, I hope to help you, of […]

  • 32 Learning Websites about FPGAs

    Time:2023-11-30

    Language Learning Sites 1、HDLbits Website address:https://hdlbits.01xz.net/wiki/Main_Page Online answer and compilation site for learning Verilog with many topics and informative.Great for Verilog beginners!!!! 2. Niuqi.com Website address:https://www.nowcoder.com/exam/oj?page=1&tab=Verilog%E7%AF%87&topicId=311 Similar to LeetCode’s Brush Up website, which has recently added a Verilog section that can be simulated online to produce results, somewhat similar to theHDLbits , more suitable for […]

  • Xilinx IP core serdes simulation and use for GTX

    Time:2023-10-19

    Platform: vivado 2017.4 Chip: xc7k325tfbg676-2 (active) Learning about GTX development. Use the official IP cores provided by xilinx. Recently after studying the PCIE protocol, using logic to parse the PCIE protocol code various packet headers. Then what is used for data transmission outside? Here is the use of GTX high-speed serial bus. So what is […]