The label of the SSD cache disk removed from an old computer has a lot of certification icons on it. I only know FCC, CE, KCC, CRUUS, and I don't know what the other certifications are. Do you know?...
[align=left][font=微软雅黑][size=4][color=rgb(51, 51, 51)]Spring has not yet arrived, but flowers are blooming on branches. [/color][/size][/font][/align][align=left][font=微软雅黑][size=4][color=rgb(51, 51, ...
[i=s] This post was last edited by sunduoze on 2021-5-4 22:52 [/i] #### Display#### Preparation **Goal**: Build ON Semiconductor IDE environment and implement Blinky routine on RS10-002GEVB board **En...
sunduozeonsemi and Avnet IoT Innovation Design Competition
:hug: Last night I finally finished soldering the 7455 that SOSO gave me. It is also my third piece. It was too difficult to solder, but the first two pieces were not sacrificed in vain:funk:, I final...
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]
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]
1. Function prototype In the function library officially provided by STM32, you can find functions like HAL_Delay(). This function uses a timer to achieve a more accurate time delay and provides it...[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]
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]
With the development of the automobile industry, more and more automotive electronic components are being used in modern cars, providing better safety, comfort and economy for cars. In the past, cars...[Details]
ADC Introduction: ADC (Analog-to-Digital Converter). That is, converting analog signals into digital signals for processing. When storing or transmitting, analog-to-digital converters are almost ...[Details]
DMA: 1. When using DAC, when the converted analog signal is output through the IO port, why is the IO port also configured to input mode? PS: The stm32 manual defines that PA4 and PA5 are connected...[Details]
The single-chip microcomputer running light program requires all 32 serial ports to be used, and each serial port has eight LEDs. Question supplement: The 8051 single-chip microcomputer is used, an...[Details]
A simple experimental programming question for the microcontroller: write a 3-byte binary addition subroutine. The program entry is: addend 1: 22H, 21H, 20H three bytes, 22H is the highest bit; adden...[Details]
1. Pin: 0 in 1 out Set Status Output status IO register setting DDR×A certain bit is set to 1, and the corresponding bit IO is set to output; PORT×A certain position is 1/0, and t...[Details]