This post is for beginners, to solve a problem: what electronic knowledge should beginners focus on, and how to learn in college? Let's talk about something that seems off-topic first - 3 fallacies. F...
Hello everyone, I just started to develop vxworks on broadcom, and I urgently need tornado for mips version. Thanks in advance!!! QQ: 510765226 Thank you!...
Is there such a DC-DC chip? The input can withstand a relatively large current, the input voltage is probably above 90V, and it is required to be able to step down to 12V (this voltage is used as a po...
Now I have a project on how to embed bluez into uclinux. My ability is limited, so I would like to ask for your help. Of course, it is paid. If anyone is interested, please contact me. vonsavant@163.c...
The National Undergraduate Electronic Design Competition on FFT Algorithm has been held for two consecutive years . The audio signal analyzer in 2007 and the audio equalizer in 2009 can also be made w...
The hardware platform is based on the beaglebone black board, and the application is implemented on SDK7.0. [/size][/color][/font] [font=normal 宋体, Arial, Helvetica, sans-serif][color=#000000][size=12...
In the past few days, the news that ZTE was "banned" by the US Department of Commerce has triggered widespread reflection and concern in various domestic industries about the lack of independent co...[Details]
On April 19, it was reported that Alibaba DAMO Academy is developing a neural network chip, Ali-
NPU
, which is mainly used for
AI
reasoning calculations such as image and video analys...[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]
I recently upgraded MDK to V5.25 and found that there are many libraries in the Managing Run-Time Environment. Compared with the past, it is much better, from the bottom-level driver to the upper-le...[Details]
1. The first project We are going to create the first project, which is mainly for project analysis, so that we can understand how CubeMX works and how to trace the code logic. Okay, no more nonsense...[Details]
Function List and Notes (lower-level driver part) 1. IO port initialization: control IO and communication IO. Control includes power control, reset and low power mode. Communication is the serial po...[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]
1. Heart rate measurement principle 1. What is a heart rate module? The heart rate module is professionally used to monitor the heart rate of the wrist, fingers, forehead, earlobe, chest and other ...[Details]
//Observe the difference between feeding the dog and not feeding the dog, and use the LED indicator of the PB port for status indication. //Switch the LED indicator enable switch of the PB po...[Details]
The photovoltaic industry has become a new business card for China to the world. It not only represents China's leading technology, but also constantly breaks various records with its development spee...[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]
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]