Capacitors are familiar to everyone. Even if you have never seen them, you have heard of them. In today's life, capacitors are one of the essential components. From large circuits to small electronic ...
Since the birth of the first DSP chip in the early 1980s, DSP devices have experienced more than 20 years of vigorous development. Their technical performance has been continuously improved, and their...
[i=s]This post was last edited by jameswangsynnex on 2015-3-3 20:01[/i]1A Linear Li-ion Battery Charger Chip(CN3056)1A Linear Li-ion Battery Charger Chip(CN3056)Overview: CN3056 is a charger circuit w...
I don't know if it's appropriate to define this topic? I've been working on wince for so long, and I feel that I have a better understanding of nboot. Today, I suddenly found a very important problem....
I set the TimerA clock source to SMCLK, and then set the values of SMCLK and MCLK to the same. However, when executing the NOP instruction, observing the TAR register, sometimes it takes one cycle and...
[b]The Art of C Programming[/b] [color=#333333][font=Helvetica, Tahoma, Arial, sans-serif]This is an e-book document introducing C programming. The Art of C Programming comprehensively introduces the ...
The most significant event in the technology circle during this period is undoubtedly the news that ZTE was banned by the United States. Once the news came out, it shocked the entire Chinese techno...[Details]
For 80,000
ZTE
(000063.SZ) employees and more Chinese ICT (information and communication technology) industry practitioners, the news from across the ocean on the evening of April 16 kept t...[Details]
In the actual project development process, we often need to get the running time of a section of code. The usual method is to use an oscilloscope to measure it. This blog post will use SysTick to acc...[Details]
Recently, the " ZTE
incident"
caused by the Sino-US trade war
has caused heated discussions in the electronics industry. It not only reflects that Chinese companies are lagging behind in the...[Details]
In Windows environment, the source code is encoded in UTF-8. If the source file created by STM32CubeMX contains Chinese comments, then using STM32CubeMX to regenerate the source code will cause the C...[Details]
Timing and protocol are two key points in digital system debugging, and they are also where logic analyzers can play their most valuable role. How can we use a logic analyzer to quickly complete wiri...[Details]
1. Introduction to MC68K CPU The MC683xx series of microcontrollers are composed of the famous MOTOROLA 32-bit microprocessors such as MC68K, 68020, 68040, and the compatible 68K, CPU32, CPU3...[Details]
WPG Holdings announced that its subsidiary Youshang has launched a wireless smoke alarm solution based on STM and Semtech . With the development of the national economy and the enhancement of...[Details]
On May 8,
Google
I/O 2018 Developer Conference was held as scheduled in Mountain View, California. In the second year of the full promotion of the "AI first" strategy, artificial intelligen...[Details]
ADC Introduction: ADC (Analog-to-Digital Converter). That is, converting analog signals into digital signals for processing. When storing or transmitting, analog-to-digital converters are almost ...[Details]
The STM32 watchdog has two WWDG and IWDG. The biggest difference between the two is that IWDG has only one lower limit for feeding, while WWDG, as the name implies, must be fed within a range to ensu...[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]
/* Unfortunately, it cannot generate a standard 38kHz frequency square wave, there is a little error*/ #include reg51.h #define uchar unsigned char #define uint unsigned int sbit Waveout=P1^0; //P...[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]