Starting from today, if time permits, I want to write a blog every day, so I will start a blog from now on. I hope everyone will visit my blog more! ~ Actually, I have wanted to start a blog for a lon...
1. Heat dissipation
2. Lack of standards, uneven product quality
3. There are price and design quality issues, and consumers ultimately lack confidence in choosing LED lighting
4. Semiconductor lighti...
How to determine the PWM output port? Why can we just set P1SEL? Set the port corresponding to the P1SEL register to 1, which means using an external module, but there are so many external modules. Ho...
[b][size=4]{:1_102:}The following content is original by ST front-line engineers. Friends, please come and have a look. Questions and discussions are welcome. [/size][/b][b] [/b] [b] [/b][font=微软雅黑][s...
I would like to ask you, as shown in the figure. 1 The NOT gates are connected in parallel, and then two pairs of parallel gates are connected in series. What effect can be achieved? I only know that ...
[align=center][size=5][b]Recommendation of high-quality books on embedded development (XII) --- Introduction and in-depth study of embedded C programming language [/b][/size][/align] [size=4]With the ...
ZTE
The communication embargo incident has impacted the communication industry and sounded the alarm for the semiconductor industry. Let's follow the embedded editor to learn more about the r...[Details]
When the domestic discussion about "ZTE being banned" was hot, Alibaba officially announced the acquisition of chip supplier
Zhongtianwei
, but the investment amount was not disclosed. At t...[Details]
Recently, the US embargo on ZTE has attracted much attention. Let's take a look at the relevant content with the automotive electronics editor. On April 16, local time, the U.S. Department of Co...[Details]
This part of the code in the void SystemClock_Config(void) function in the main file generated by stm32cubemx RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; This bug occurs, and the f...[Details]
In most countries, the military is a fairly large group, and the health of soldiers is particularly important to the combat effectiveness of the army. The US Department of Defense's Advanced Resear...[Details]
At the beginning of the new year of 2018, after the release of the national photovoltaic policy, we found that the state’s support for village-level poverty alleviation power stations has not weake...[Details]
MCU Programming: Find the average value of 8 unsigned numbers. There are 8 unsigned numbers stored in 8 units of the internal RAM starting at 20H. It is required to save their average value in R2. ;-...[Details]
In the 51 single-chip microcomputer's on-chip data memory units 20H and 21H, the data 9 and 2 are stored respectively. Write a program to calculate the difference and product between the two. The d...[Details]
LiDAR is a comprehensive light detection and measurement system. Compared with ordinary radar, LiDAR can provide high-resolution radiation intensity geometric images, distance images, and speed im...[Details]
As an important branch of the power electronics industry, the technological progress of photovoltaic inverters is highly dependent on the development of electronic components and control technology...[Details]
1. ATMEGA128 Data Sheet Watchdog Timer The watchdog timer is driven by an independent 1 MHz on-chip oscillator. This is a typical value at VCC = 5V. See the characteristic data for typical val...[Details]
For the STC89 series microcontrollers in PQFP-44 and PLCC-44 packages, 4 I/O ports P4 are added. The address of P4 port in the special function register is E8H, which can be bit addressed. User...[Details]
MSP430 MCU controls stepper motor with display program #include "msp430x22x4.h" #define uchar unsigned char #define uint unsigned int #define comm 0 #define dat 1 #define sclk_1 P4OUT|=0x01 //sc...[Details]
int main( void ) { WDTCTL=WDTPW+WDTHOLD; //Turn off the watchdog BCSCTL1 =CALBC1_1MHz; //Set DCO to 1MHZ DCOCTL =CALBC1_1MHZ; //Select the timing mode, and select the clock source as ACLK, that ...[Details]