[i=s]This post was last edited by jameswangsynnex on 2015-3-3 20:02[/i]Time: 2010-08-26 19:40:45[i=s] This post was last edited by jameswangsynnex on 2015-3-3 20:02 [/i] My home is controlled by a mic...
[i=s]This post was last edited by wolfcan on 2016-4-24 18:23[/i] After a period of study, my first board is finally going to be completed, but I still have some questions to ask the teachers: First: M...
After the basic electrochemical performance test, the 18650 lithium battery can be subjected to in-depth performance research to select batteries with good consistency and low impedance for various pe...
MACRO handler sub sp,sp,#4 ; stmfd sp!,{r0} ldr r0,=handler ldr r0,[r0] str r0,[sp,#4] ldmfd sp!,{r0,pc} MEND What does the first line mean? The book says it is to save the address after the jump. Why...
The TOP2005 programmer has the characteristics of small size , low power consumption and high reliability. It is a general-purpose model designed for developing microcontrollers and burning various ty...
I am making a PCB board now. The datasheet of one of the integrated components gives the pin size as 7mm-7.5mm. When I draw the PCB, should I choose the maximum value, the minimum value, or a value in...
The most significant event in the technology circle during this period is undoubtedly the news that ZTE was banned by the United States. Once the news came out, it shocked the entire Chinese techno...[Details]
Photovoltaic inverters are the core equipment of photovoltaic systems. Their main function is to convert the direct current generated by photovoltaic modules into alternating current that meets the...[Details]
Dong Yang, executive vice president of the China Association of Automobile Manufacturers, said on the 26th that according to the authorization of the Ministry of Industry and Information Technology...[Details]
On April 20, the Photovoltaic Summit, guided by Jiangsu Renewable Energy Industry Association, hosted by Growatt, and supported by LONGi Solar Technology Co., Ltd. and Jiangsu Bigo New Energy Group...[Details]
The status of interrupts in developing embedded systems is absolutely unquestionable. In the era of C51 microcontrollers, there were only 5 interrupts, including 2 external interrupts, 2 timer/counte...[Details]
1. Usage scenarios In the first case, when using a common STM32 delay function, similar to HAL_Delay(time), since this function uses a loop to judge and delay, when executing this function, the ent...[Details]
When designing a product, if the application environment's requirements for power isolation are not considered, the product will be unstable due to improper design, and even high voltage may damage t...[Details]
Since China began to try to produce panels independently in 1998, in 2018, China's panel industry has gradually upgraded from a marginal industry to the largest production scale. Especially in the ...[Details]
I rewrote the main part of this program. The program uses the watchdog as a normal timer and scans the digital tubes in the watchdog interrupt. In addition, I added a display buffer. If you want to d...[Details]
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[Details]
China Energy Storage Network News:
On the 7th, Jurong Economic Development Zone signed a strategic cooperation framework agreement on comprehensive energy services with State Grid Jiangsu Int...[Details]
This is a "cooperation" that is related to the future development of China's semiconductor industry. Let's follow the embedded editor to learn more about the relevant content.
Last week, a...[Details]
12864 LCD parallel port driver is more commonly used, but considering that sometimes the IO port of the microcontroller or MCU is limited, the serial driver method can be used. The following is ...[Details]
Assume that the crystal frequency of the microcontroller is 6MHz. It is required to use timer 1 in mode 0 to generate a continuous square wave pulse with a period of 500us, and output it from P1.0. T...[Details]
The circuit shown in the figure requires that the light is off when the machine is turned on. Press the button once, and the light D1 will turn on and automatically turn off after a delay of 10 secon...[Details]