[align=left][/align] [align=left][size=3][font=宋体]What is[/font]DIY[font=宋体]? [/font][/size][/align][align=left][size=3]DO it yourself[font=宋体]! This is not a simple English sentence, it represents th...
1.
Development environment construction
Step 1:
Please go to https://www.silabs.com/documents/login/software/SimplicityStudio-5.iso to download and install Simplicity Studio version 5 (Windows version...
Audio interfaces are increasingly becoming a desired feature of embedded designs. At the same time, users of embedded systems are demanding higher and higher audio quality. For developers, this presen...
For embedded software, the smaller the code size, the better. Compressing the code to fit into a memory subsystem that is constrained by cost or space has become an important issue in embedded system ...
Finally, it's not the small LCD of 5110 anymore. I found the dusty 12864. This one still has fonts. Haha, serial mode, only 3 wires are needed. If you ignore the chip select, two wires are enough~
The...
1. Photovoltaic inverter installation process
1. Preparation before installation
Are the product accessories, installation tools and parts complete? Is the installation environmen...[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 small program is still the use of timer, which is relatively simple. The specific parts are noted in the comments, please refer to the comments. /*********************************************...[Details]
Using the WWDG of STM32F030, it is found that the MCU will not be reset under STOP, just like the sleep mode of STM8S. Paste the watchdog code: /******************************************************...[Details]
The pins of stm32 have two uses: GPIO (general purpose io) and AFIO (alternate function io) For some pins (depending on the chip), neither of these two uses exists. For example, in 64-pin products, O...[Details]
I have encountered many problems when tinkering with LD driver recently. I will record them one by one below. Otherwise, who will remember who in five hundred years? 1. Configuration issues of multi-...[Details]
//******************************************************************************/ #include msp430.h //Note: There must be a delay between two transmissions, otherwise it cannot be sent again, seria...[Details]
Recently, in the display industry,
quantum dot
display technology has become popular, and major manufacturers have flocked to it and started to produce
quantum dot
displays. However...[Details]
Each I/O port of the AVR microcontroller corresponds to three registers: DDRx, PORTx and PINx, where DDRx is the data direction, i.e. input or output; PORTx is the state of the internal pull-up r...[Details]
In the first quarter of 2014, Inspur's
server
shipment market share reached 19%, ranking first in China and fifth in the global market. This is the first time a Chinese manufacturer has ach...[Details]
1 Main features of EM78P447S The EM78 series of MCUs are 8-bit high-cost-effective MCUs manufactured by Taiwan Elan Electronics Co., Ltd. using CMOS technology. This series of MCUs generally have bui...[Details]
The two-byte compressed BCD code is converted to a two-byte binary number. The algorithm is as follows: BCD code abcd=1000a+100b+10c+d=10{10 +c}+d. After separating each BCD code, it can be converted...[Details]
After the BASIC language developed into QuickBASIC, it has acquired many structured ideas and programming methods, such as functions, modules, local variables, global variables, data transfer, etc. T...[Details]
On December 5, the 4th World Internet Conference released its annual outcome document, Wuzhen Outlook, which pointed out that emerging topics such as the development of the next generation of the I...[Details]
Q: I want to use the Mega series of AVR microcontrollers. What development tools support this microcontroller? A: The Mega series of AVR microcontrollers has a complete set of development tools. Eval...[Details]