GD32307E-START
GigaDevice GD32307E-START development board is equipped with GD32 ARM Cortex-M4 microcontroller mainstream chip GD32F307. It is also one of the designated development boards for the "Gi...
summaryImportance of magnetic components to power convertersDesign considerations and corresponding models for magnetic componentsEffect of Magnetic Component Model Parameters on Circuit PerformanceTr...
Hello everyone, have you ever encountered a situation where you participated in a live event with prizes online, but after the live event ended, the other party did not inform you of your winning thro...
I had the urge to do a series of topics on sound visualization. This topic is a bit difficult and covers a wide range of areas. The related FFT and FHT algorithms are also quite complicated, but I sti...
Prize-winning live broadcast | Application registration for ON Semiconductor's high-efficiency products in smart fast charging is open!Click here to register for the live broadcastLive broadcast time:...
This is my first time to adjust the display driver. I didn't know much about LCD display interfaces before. This time I bought three models, one that supports i80 CPU interface, one that supports MDDI...
In recent years, car manufacturers, suppliers and technology companies have been competing for the position of automotive intelligence around in-vehicle intelligent systems: multi-screen interaction,...[Details]
Let's think about a question. When we write an instruction into the microcontroller in the programmer and then remove the microcontroller, the microcontroller can execute the instruction. Then this i...[Details]
Apple Watch users can earn the 2021 International Women's Day Challenge badge by performing a 20-minute workout while wearing the wearable device. Initially announced as part of Apple's overall...[Details]
According to the latest report from Canalys, shipments of smart speakers, including smart displays, continue to grow. In the third quarter of 2019, shipments of smart speakers grew to 28.6 million un...[Details]
I learned STM32 some time ago, and first used library functions to learn for a week. I found that after learning, some basic things could be configured, but the process was very confusing. So I decid...[Details]
Electromagnetic flowmeters are divided into two types based on the display method: split type electromagnetic flowmeter and integrated type electromagnetic flowmeter. (Wedge flowmeter)
The split-typ...[Details]
In the global smartphone market in the third quarter of this year (July to September), Samsung Electronics retained its position as the world's number one with a market share of 21%, followed closely...[Details]
“If you think you have it all figured out, you’re not going fast enough.” — Mario Andretti Over the years, automobile manufacturers have been challenged by the need for more power. In the early day...[Details]
#include
#define uint unsigned int
sbit LED = P1^0;
void delay(uint a) //delay function, millisecond level
{
uint i;
while(--a!=0) //Execute an empty operation loop, where a is a param...[Details]
Some misunderstandings about microcontrollers:
Because traditional teaching methods are rigid, which is related to China's teaching system. But this is not effective teaching. Based on my own exper...[Details]
The three-phase half-controlled rectifier bridge
circuit
structure is a common rectifier
circuit
, which is easy
to control
and has low cost. This article introduces a three...[Details]
1. Minor maintenance cycle.
The minor maintenance cycle of the transformer is at least once every two years. Transformers installed in particularly dirty areas should have their maintenance c...[Details]
On February 18, the National Development and Reform Commission and the National Energy Administration issued the "Implementation Opinions on Promoting the Independent and Standardized Operation of ...[Details]
New smart RGB LEDs from ams and OSRAM will set a new benchmark for dynamic lighting in automotive interiors
•
OSIRE® E3731i intelligent RGB LED can control hundreds of LEDs sim...[Details]
The big.LITTLE chip design architecture is rapidly emerging. With the full promotion of ARM, many mobile processor developers have launched new solutions using the big.LITTLE architecture, hoping to ...[Details]