Reset is very important for FPGA design . Some very strange problems that cannot be found are likely caused by reset. I was troubled for several days because I did not understand the reset situation w...
Hello, seniors! I have an action that needs to be controlled by a single-chip microcomputer. The action is as follows: press the start button, the motor drives the lead screw to rotate forward, and wh...
[font=微软雅黑][size=3]Congratulations to @[color=#333333][backcolor=rgb(229, 237, 242)][url=https://home.eeworld.com.cn/space-uid-275227.html]zqjqq88[/url][/backcolor][/color] for winning a [b]STM32F0308...
I want to use a single chip microcomputer to control the humidity of the environment. Now I need a humidity monitoring circuit instead of using a humidity sensor directly. Please help me, thank you! :...
Are you still worried about the lack of an MSP430 USB emulator? Are you still worried about the high price of emulators?
Today, I will lead you to DIY an all-powerful MSP430 USB emulator through your ...
XFree86's Makefile is different from the usual ones, and it's hard to figure out. I searched on Google, and all I found was this article "Cross-compilation scenario analysis (arm-linux) (VI) -- Compil...
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]
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]
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]
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]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[Details]
Since the second half of 2017,
the market share of
quantum dot
displays has dropped significantly, with global sales falling from 3.42 million in 2016 to 2 million in 2017, a 42% decrease; d...[Details]
Analysts have sorted out some interesting phenomena. Let's follow the embedded editor to learn about the relevant content.
Huawei emerged as a star in the all-
flash
array sales ra...[Details]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[Details]
1. FSMC Brief FSMC, the Flexible Static Storage Controller, is capable of interfacing with synchronous or asynchronous memories and 16-bit PC memory cards. The FSMC interface of STM32 s...[Details]
The ARM11 (S3C6410) processor is selected as the hardware platform, the embedded Linux operating system is used as the software platform, the background difference method and the frame difference...[Details]
Since the 20th century, our data
storage
has evolved from media such as magnetic tapes, floppy disks and CDs to sophisticated semiconductor
storage
chips that can store data in coun...[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]
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]