The simulation schematic is as followsThe microcontroller source code is as follows:#includemsp430.h
void delay_1s(void);
void seg7s(unsigned char data_seg7);
void seg7s2(unsigned char data_seg7);
con...
1. Power-on test
1.1 Preliminary preparation
When you receive the Crazy Shell Cocofly drone, it comes in a portable aluminum alloy box with high pressure resistance and anti-collision and built-in hig...
The DSP development software integrates a program that can convert the executable file OUT to a format acceptable to the programmer, so that the programmer can use this file to burn EPROM or Flash. Th...
I am using sm8958a. When defining pdata, it is defined like this, #include
#include
#include
. . pdata unsigned int y1[24]; pdata unsigned int ports1[2][24]; . . . main() { unsigned int i; unsigned ch...
[color=Red]What is USB Type-C? [/color] : https://training.eeworld.com.cn/course/2193[b]The highlights of USB Type-C are its slimmer design, faster transmission speed (up to 10Gbps) and more powerful ...
Note content preview: [align=left][b][color=rgb(31, 130, 176)][font=宋体][size=14pt]Preface[/size][/font][/color][/b][/align] [align=left][font=宋体]In the general chip development process, there is a pro...
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[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]
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]
This paper combines embedded control technology with network control technology to realize the design of temperature control system based on single chip microcomputer through Internet control. Th...[Details]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[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]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
Site conditions: 1. AD acquisition, DMA transmission; AD is set to single-channel continuous mode, DMA is set to single-shot mode. The upper threshold of the AD analog watchdog setting is less than t...[Details]
The analog watchdog of the ADC is used to check if the voltage is out of bounds. It has two upper and lower bounds, which can be set in the registers ADC_HTR and ADC_LTR respectively. The library fun...[Details]
This program sets the LED running light and the 0-16 numbers of the 0th position of the digital tube to light up in a cycle. The digital tube program cannot be put into the main function, because the...[Details]
#include avr/io.h void Delay(unsigned int T) { unsigned int i,j; for (i=0;i T;i++) for (j=0;j 100;j++) asmvolatile ("nop"); //Assembly instruction, let the microcontroller run empty instruction...[Details]
About a dozen years ago,
AMD
was also a rival to Intel. It can be said that the two microprocessor manufacturers have been in love and hate for many years, which is completely a commercial ...[Details]
Pay attention to whether the new lock matches the old door Smart locks have many advantages over traditional mechanical locks. Although the domestic penetration rate is not high, with the strength...[Details]