uC/OS-II Introduction uC/OS-II is a priority-based preemptive hard real-time kernel. Since its release in 1992, it has been widely used all over the world. It is a kernel designed specifically for emb...
Reduce noise and interference 1) If you can use a low-speed chip, don't use a high-speed one. Use high-speed chips in key places. (2) You can use a resistor in series to reduce the jump rate of the co...
I installed the driver according to the LM3S811EVALUATION KIT README FIRST in the LM3S811 TI Evaluation kit CD. After installation, the driver name is different from that in the documentation. The doc...
I use CCS3.3 to connect the emulator XDS510-USB2.0 to flash the program to 2812. The software and emulator are normal, and there is no problem in flashing the program normally. Recently, the error ala...
[i=s]This post was last edited by yin_wu_qing on 2022-1-22 18:10[/i]After communicating with the organizer, the development board was received in advance. SF Express was indeed very fast. Let's unbox ...
The PC machine can communicate with multiple 485 devices via a 232->485 converter. I have written about 232, but I am not sure about 485. I would like to ask: (1) Should this be full-duplex or half-du...
Wang Xiaochuan, the "Wudaokou Goalkeeper", is going through a level that he has never gone through before. For example, Sogou's (NYSE: SOGO) financial report, artificial intelligence, and the futur...[Details]
1. Purpose In actual product release, if the program stored in the MCU Flash is not protected, some illegal companies may read the program in the Flash through an emulator (J-Link, ST-Link, e...[Details]
Nowadays, everyone is saying that "technology is people-oriented". The essence of the development of technology is to serve the improvement of the quality of life of human beings. Automated driving...[Details]
The implementation of CAN driver under embedded operating system Android requires not only adding CAN driver device in Linux kernel, but also implementing the call of Android HAL layer. Taking S5...[Details]
Using AT89S51 microcontroller, modify the original one to turn the LED on for 4s and off for 2s. Thank you. Use a timer. (The program is written in the answer, omitted here - just a note) The origi...[Details]
On January 29, according to Forbes magazine, many
storage
technologies and markets have been in the making for the past few years and will fully explode in 2018, which will have a huge impa...[Details]
On June 26, 2017, China's new generation of high-speed rail "Fuxing" realized its first two-way service between Shanghai and Beijing, with a maximum speed of 400 kilometers per hour and a standard ...[Details]
From early June to November 2017, MSO 5 has been launched with a stunning temperament and appearance. From wider channel selection, more powerful functions, more fashionable touch screen, unprecedent...[Details]
On the 25th, Qualcomm held a technology summit in Beijing, inviting almost all important Chinese partners in an extremely rare "show", including SMIC, China Mobile, Lenovo, Xiaomi, OPPO, vivo, ZTE ...[Details]
Facing the congested intersections in the city and the endless convoys of cars, do you miss the "free-to-go" avenues in your hometown? Have you ever watched the green light turn red at the intersec...[Details]
#include //Header file corresponding to the microcontroller type, select Atmega8 for the experiment; #include #define uchar unsigned char #define uint unsigned int void init_1820(); write_1820(uc...[Details]