I wanted to reply in the post, but it is not convenient to search, find and archive, so I made it out separately [url]https://bbs.eeworld.com.cn/forum.php?mod=redirect&goto=findpost&ptid=463131&pid=18...
IAR Embedded Workbench for STM8 will be announced 27 April at ESC Sillicon Valley! Come visit us at booth #2026 to see live demonstrations and get a free STM8S Discovery kit (limited supply!)....
RT. Recently, I worked with my supervisor on an OV2640+STM32 solution. We collected images and sent them using GPRS. I don't care about the latter. How do I use this OV2640? :Cry: They only gave me a ...
Participate in the Microchip Quiz Event to decipher the unique features of Microchip's new microcontrollers and have a chance to win rich gifts!!!Core independent peripherals (CIP) technology is now a...
1. When compiling the program with CCS, the following error is reported:
DescriptionResourcePathLocationType
make: *** missing separator.Stop.main.d/G2553_MPU6050/Debugline 19C/C++ ProblemThere is onl...
1. IC power supply processing 1.1) Ensure that each IC power PIN has a 0.1UF decoupling capacitor. For BGA CHIP, it is required to have 8 capacitors of 0.1UF and 0.01UF at the four corners of BGA. Pay...
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]
Recently, the U.S. Department of Commerce announced that it would prohibit companies in the country from selling any electronic technology or communication components to ZTE, a Chinese communicatio...[Details]
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 Amazon launched its first
cloud computing
service, the outside world was not optimistic about this direction, as it had high investment, low profits and many uncertainties. Let's follo...[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]
Chip: STM32F107VCT6 Application Pin: THOUSANDS, RMII STM32CubeMX is very convenient to use ETH. The software comes with LWIP and configuration. This time, STM32F107VCT6+DP83848CVV is used. The MII a...[Details]
This is my first time writing an STM32 program. I have many questions to ask. I want to convert the data of the SO of MAX6675 into the actual temperature and read it out using the serial port tool. I...[Details]
In the development of artificial intelligence, talent reserve is undoubtedly an important part. Artificial intelligence should be a bottom-level technology that can be deeply embedded in any indust...[Details]
Different from 51, AVR and other single-chip microcomputers, the clock signal sources of msp430 include LFXT1, XT2 and DCO. 1. LFXT1: It can connect high-speed and low-speed crystal oscillators. In l...[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]
On May 16, in response to
the public opinion storm caused by
Lenovo's
"
5G
voting" incident,
Lenovo
Holdings Chairman and
Lenovo
Group Founder Liu Chuanzhi, Lenovo Gr...[Details]
sprintf is a function in the C language library that converts data types. There is a situation where In 51 MCU, define unsigned char temp; Then I want to use the serial port to print out temp in deci...[Details]
According to the description provided in the official manual of ST, it is not difficult to see that the ADC analog watchdog is actually that the user can set an upper and lower limit of the AD value...[Details]
1. Function and purpose There are two pins BOOT0 and BOOT1 on each STM32 chip. The level status of these two pins when the chip is reset determines which area the program starts from after th...[Details]
How to convert the pin voltage value into V using the built-in ADC of STM32? V(ADC) = Value(ADC) * V(ref)/4096 (The ADC of STM32 is 12 bits, so the maximum value of the AD word is 4096)
Where V(ADC...[Details]