[i=s]This post was last edited by 574433742 on 2015-9-29 10:38[/i] [align=center][/align] [align=center][b][url=https://bbs.eeworld.com.cn/forum.php?mod=viewthread&tid=474280&fromuid=391494][color=#ff...
[b]Table of Contents: [/b]Part I Analog Circuit Experiment 1 Use of Common Electronic Instruments Experiment 2 Design, Installation and Debug of Single-stage Low-frequency Amplifier Experiment 3 Integ...
I am a hardware electronics technician, and now I work in a company in Shanghai, doing technical research and development work. The work assigned by the company is still easy and not very busy. Howeve...
[i=s]This post was last edited by RCSN on 2017-10-22 20:12[/i] [font=宋体][size=4] It is more convenient to use on Linux (Ubuntu). Once openmv is connected to USB, the driver will be automatically insta...
What can I give you? Between life and death, there is an eager desire. If my desire is caused by a kind of despair, then my various despairs are just because of a desire. Between life and death is a b...
The microcontroller I use is MSP430F2418. At first, the clock source of ACLK is the VLO inside the microcontroller. During the operation, I want to change the clock source of ACLK to an external 32768...
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]
The day before yesterday, I learned about STM's Systick and found it quite useful for precise timing. When I used CVAVR before, I found that the delay.h in it was very useful. So, I used STM32's...[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]
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]
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]
Unlike three years ago, today's
artificial intelligence
is no longer just a floating concept, and the venture capital circle has begun to explore the various possibilities of this technolog...[Details]
Autonomous driving
and
5G
are the two hot topics that global companies and media are paying the most attention to, and the combination of the two is the focus of everyone's attention....[Details]
As a leading company in automotive semiconductors, Freescale and Khronos Group have jointly launched an automotive multimedia embedded microprocessor i.MX35 with an integrated OpenVG hardware acceler...[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]
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]
At this exhibition, Microsoft brought its flagship intelligent voice products - XiaoIce and Xiaona. In addition, the voice will be equipped with an intelligent face recognition system. Let's see ho...[Details]
In the 80C51 single-chip microcomputer, the clock frequency is known to be 6MHz. Please program P1.0 and P1.1 to output square waves with periods of 2s and 0.5s respectively. Please give the answer a...[Details]
6MHz crystal oscillator, using timer counter 1, using interrupt mode, through P1.0 to make a light emitting diode turn on for 100ms, turn off for 300ms, and repeat. Assembly programming is used to ac...[Details]
//Note: The GCC-AVR version used in this article is WinAVR20100110 Interrupts are not part of the C language, and the implementation of interrupts is implemented by the compiler. Therefore, the writ...[Details]