How do you think you should start with this topic? I am a novice, and I hope you can give me some ideas (such as how to choose a single-chip microcomputer, a program written in C language, etc.), than...
[i=s]This post was last edited by 254262840 on 2015-12-7 13:05[/i] 1. Open the URL [url=https://www.eeworld.com.cn/huodong/201511sample/]https://www.eeworld.com.cn/huodong/201511sample/[/url] and sele...
Cytech’s award-winning live broadcast: Let you learn about ADI’s digital health biosensor series live!Click here to enter the live broadcastLive broadcast time: October 25, 2022 (Tuesday) 10:00-11:30 ...
I recently developed a project to use AM335x to communicate with FPGA. I have debugged it successfully. But I have some questions. I use cs1 to control chip select, but I don't set the base address an...
This week's review highlights:
(1) Newly launched
- phyBOARD-i.MX 8M Plus development board from PHYTEC of Germany
- RTTRenesas high performance CPK-RA6M4 development board, task-based evaluation(2) A...
1. Purpose Since the number of times the STM32 FLASH can be erased and written is limited, in order to protect our FLASH and extend the use time of the MCU, we can debug on the SRAM. SRAM is a ...[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]
There has been a lot of news about Huawei
phones
recently
. At the
Huawei
Global Analyst Conference
on the 17th
,
Huawei
announced that it will launch
5G
phones
in the seco...[Details]
I slightly changed the lyrics of Yu Quan's song "Running", which seems to be
a reflection of the current state of
Huawei Cloud
. At the annual Huawei Analyst Conference held on April 17,
Zh...[Details]
This routine is also a classic routine on the development board. I modified the framework of the program to make it more suitable for future calls. The specific 4*4 keyboard scanning principle is rel...[Details]
Kevin Jensen ams Semiconductor
Sensors
and lighting expert. Let's learn more about the relevant content with the network communication editor.
Everything is becoming "smart" these ...[Details]
China Energy Storage Network News:
"As the world's first third-generation blockchain, Anda Chain, which has China's independent intellectual property rights, will be launched globally in the ...[Details]
Why does MCU have a watchdog? With this question, let's learn about watchdogs. Even the 51 single-chip microcomputer has a watchdog, which shows that this dog has a special meaning to us. The purpose...[Details]
Google may have foreseen the spread of artificial intelligence (
AI
) technology across apps, devices, and services, such as recognizing friends' faces in photos and giving smart speakers h...[Details]
The storage media corresponding to the three boot modes of STM32 are built-in to the chip, they are: 1. User Flash = Flash built into the chip 2.SRAM = RAM area built into the chip, which is the m...[Details]
Here is the temperature added in the previous chapter The above figure is the temperature calculation formula: where Vsense is the ADC value collected from the temperature channel. The stm32f407 ...[Details]
Example analysis: (using DMA mode) mian function: extern __IO u16 ADC_ConvertedValue; //The voltage value converted by ADC is defined in the context of ADC1_Init() float ADC_ConvertedValueLocal; ...[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]
When the program starts running, light A turns on for 5 seconds, then turns off, light B turns on for 5 seconds, light B turns off, light C turns on for 5 seconds, light C turns off, the program ends...[Details]