●Main feature differences of CF76XX compared to PIC16C5X, and precautions for use: CF76XX uses the core of the 16CXX series (14BIT), so its performance is basically the same as that of the 16C55X in t...
This is a learning board made by Granray! It's quite pretty! [size=10.5pt][/size] [url=http://shop58296062.taobao.com/][size=10pt]http://shop58296062.taobao.com/[/size][/url][size=10.5pt][/size] [size...
[i=s] This post was last edited by paulhyde on 2014-9-15 03:34 [/i] Power Group, please read the Chinese usage of uc3854 power factor correction chip...
I have written a program and when I compile it in ADS1.2, there are 2 errors in 2410init.s. Error 1, unkonwn opcode: AREA Init, CODE, READONLY, the program is followed by ENTRY, error 2, A label was f...
Thanks to Digi-Key, I got the K210 and ESP32S2 development kit. The delivery was very fast, but it was in customs for a while. The packaging was very good, with cushioning foam and anti-static packagi...
LM3S811 development board study notes --- using openocd (based on mingw) to debug the LM3S811 development board environment. I received the LM3S811 development board from the website, and I can't let ...
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]
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[Details]
In the
AI
boom, the most talked about is
neural network
. However,
AI
is much more than that. Let's learn about the relevant content with the network communication editor.
...[Details]
1. Test conditions Hardware: STM32L432KC Main frequency: 80MHz Compiler: IAR 8.20.1 Compiler options: High Speed no size constraints CRC generator polynomial: 0x782f 2. Test Method The softwar...[Details]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
In the previous article, I wrote a simple GPIO running light test, which looked a bit monotonous. I was used to serial port debugging. If there was no serial port on the board, I had to find another ...[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 1952, Bell Labs built a 6-foot-tall automatic number recognition machine called "Audrey", which could recognize the pronunciation of the numbers 0 to 9 with an accuracy of more than 90%. And its...[Details]
The application of millimeter wave technology in mobile communications also involves a series of technical problems, including the large propagation loss of millimeter waves and the susceptibility ...[Details]
As the weather gets colder, the way the north and south spend the winter has become a hot topic and people talk about it. Although the north is particularly cold, because there is heating, it can s...[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]
Use the STM32 timer input capture module to control 3-way ultrasonic sensors. The ultrasonic sensor used this time is the common HC-SR04, which is often used in the obstacle avoidance system of smal...[Details]
As shown in the figure, the author soldered a STM32F207VET6 board using a TQFP (32-100PIN) 0.55MM to direct plug adapter board. The board leads out the SWD debug interface (only PA13 and PA14 are occ...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[Details]