SylixOS real-time embedded system is a real-time operating system designed specifically for complex time-critical embedded applications. It has good real-time performance and strong stability. The fir...
I received the ZRtech Altera CycloneIV FPGA development board. The board is well made. I am busy installing software these two days. Here are some pictures. Thank you to the moderator for letting me c...
Electromagnetic interference (EMI) has always been a challenge for automotive power end equipment. With the rise of mild hybrid electric vehicle (MHEV) solutions, EMI becomes even more challenging as ...
I read some information online, and it basically says to copy the code to RAM first, then check RW, ZI, etc., and finally jump to the MAIN function in RAM. I don't understand some of it, so please giv...
Application of a New FSK Demodulation Algorithm in Caller IDQian Jun and Wang Furong from Huazhong University of Science and Technology, Wuhan Abstract: The core part of caller ID is the demodulation ...
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]
1. Problem When developing STM32 with IAR, I found that I could not print floating point numbers by redirecting printf to the serial port. The code is as follows: The output is as follows: It can...[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]
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]
As many companies listed with
the concept of
touch screen
begin to "transform and upgrade", the official voice of the TP industry is getting smaller and smaller. At the same time, the list o...[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]
What is SYSTICK: This is a 24-bit system tick timer, SysTick, with automatic reload and overflow interrupt functions. All microcontrollers based on the Cortex_M3 processor can obtain a certain time ...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
For complex calculations, the speed of the microcontroller is too slow. The best way is to manually calculate all the results in advance, store them in ROM in sequence, and then directly check the re...[Details]
Homemade LED Electronics Clocks can be seen in many electronic newspapers and magazines, but most of them need to reset the time and other parameters after power failure, which brings a lot of inco...[Details]
/*34864 Chinese character library*/ // Connection of MCU //******************************************************** //p3= data port //p4--control port// p4.0 = rs //p4.1= r/w //p4.2= e //...[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]
In this example, a single-byte binary number (0X20) is converted into uncompressed BCD code and stored in 0X25, 0X24, and 0X23, where 0X25 is the hundreds place and 0X23 is the ones place. main: MOV ...[Details]