Modern life is changing with each passing day, and people cannot live without electricity. In the process of using electricity, there are problems with electricity safety. In electrical equipment, suc...
Using the serial port debugging tool, the PC communicates with the 430 serial port. The serial port debugging tool can receive the data sent by the microcontroller, but the microcontroller cannot rece...
I plan to use jrtplib3.7 on ARM9 and Linux2.4 as an embedded video service. I can use arm-linux-cross-compile jrtplib without any problems. I wrote the programs for the receiver and the transmitter, c...
[color=#000][backcolor=rgb(232, 232, 232)][size=15px] The problem is this, taking channel 1 of timer 1 as an example, first consider complementary PWM without dead zone, assuming that PWM mode 1 is us...
[font=微软雅黑][size=3]The ultra-high voltage BCM is a high-efficiency fixed ratio converter with K=1/16 that can achieve 400 - 700V input and generate an unregulated SELV DC output. The first batch of pr...
9261 boots from dataflash and copies the program to SDRAM for running. Without mapping, if an interrupt comes, how does the program jump? Does it jump to the SRAM entry, SDRAM entry, or 0X0 entry? If ...
The Sino-US trade war has already started. Trump's series of actions have had a negative impact on the global economy, such as increasing tariffs on Chinese companies and restricting domestic compa...[Details]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
In simple terms, high-end chips solve many complex problems, mid-range chips solve a single complex problem, and low-end chips solve a simple problem. Let's learn more about the relevant content wi...[Details]
I have always wanted to write some posts and blogs, but I just couldn't bear to do it as I just graduated. After some preparation, I decided to write down some of the things I learned in the past few...[Details]
LAN8720 test code arrangement 1. Modified based on two projects, namely "Experiment 55 Network Communication Experiment" of Zhengdian Atom ATK and "STSW-STM32070" routine of ST official The hardware ...[Details]
Time flies. Since the beginning of 2018, news related to home appliance companies have repeatedly made headlines, and competition in the home appliance market continues to intensify. In order to be...[Details]
The F1 racetrack is roaring with engines, and a fierce F1 race is about to begin. I am not a fan of racing cars, and I have nothing to do with this world, but
I spent a special day here
because...[Details]
As cryptocurrency continues to gain popularity, a technology hidden behind it has attracted more attention from the world, that is the now hotly debated
blockchain
. Let's follow the embedd...[Details]
As the brain of a mobile phone, the mobile phone processing chip is of great importance. Xiaomi, which started out as the MIUI company, has long been keenly aware of the gap between China and devel...[Details]
Mobile communication resale business means that enterprises can contract part of the communication network usage rights from basic telecommunications operators, repackage them into their own brands...[Details]
The clock frequency of the 80C51 microcontroller is 12MHz, and the timer T1 and P1.0 are used to output rectangular pulses. The waveform only shows two segments: one segment is 100us and the other se...[Details]
Regarding
the development of
AI
, Kai-Fu Lee, chairman of Sinovation Ventures, has always been a well-known optimist. Let's learn more about it with the network communication editor.
...[Details]
When programming with Elan MCU, please pay attention to the following points: 1. When the program is longer than 1K, page jump will occur. If an interrupt handler is enabled, after entering the inte...[Details]
Convert a byte of binary to two hexadecimal ASCII codes main: mov a,@0x9f ; the binary number is 0x9f mov 0x30,a ; store binary number in 0x30 mov a,@0x02 mov 0x10,a ;0x10 stores the conversion numbe...[Details]
There are three interrupt signals in the EM78X56 series IC , namely: TCC overflow interrupt, PORT6 Change interrupt, and external signal interrupt. Before explaining how to use interrupts, users ...[Details]