[font=Tahoma, Helvetica, SimSun, sans-serif]ATMEL's ASF has been upgraded to 3.22. If the official website is too slow, you can download it from my network disk. [/font] [font=Tahoma, Helvetica, SimSu...
[i=s]This post was last edited by paulhyde on 2014-9-15 09:41[/i] A Taiwanese chip information website, I personally think it is better than Wikipedia[url]http://tw.ic-on-line.cn/[/url]...
1. Use the NUCLEO board L053. External 32.768K crystal and serial port 2 (because this is connected to the serial port 2 of STLINK, convenient). 2. Use CUBE to configure the RTC external clock, config...
I use VS2003 to develop WINCE4.2 programs. The board is STPC ATLAS PC/104 of msc. The onboard configuration is CPU: STPC Atlas 133MHz, 100MHz Front Side Bus, 8 KByte unified instruction and data cache...
Let's discuss this question with you. Which components can be directly tested in the circuit during the circuit inspection? I first thought of a parameter, which is the voltage to ground. The voltage ...
I want to make a program to dynamically control SPM for the purpose of saving energy, but there are several problems that have not been solved. The basic idea is to run an optimization program for a (...
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 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]
Serial Port: 一. USART_ITConfig(USART1, USART_IT_TXE, ENABLE): As long as the transmit register is empty, there will always be an interrupt. Therefore, if you are not sending data, turn off the tran...[Details]
On the eve of Qingming Festival, the trade friction between China and the United States is on the rise. Let's follow the automotive electronics editor to learn more about the relevant content. Ba...[Details]
On April 16, the U.S. Department of Commerce announced that it would ban U.S. companies from selling parts, goods, software, and technology to
ZTE
for seven years, until March 13, 2025.
Th...[Details]
The parking assistance system is an important application of the active anti-collision system of automobiles in low-speed and complex urban environments, and is also a specific embodiment of the inte...[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]
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]
The clock system of STM32 can be directly summarized in a diagram (from the STM32F10X reference manual). The following is an analysis of this diagram 1. STM32 input clock source 1.1 Function of cl...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[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]
As shown in the figure, the circuit is required to count and display the number of times the button is pressed. When the button is pressed once, the count value increases by 1 (it is required to accu...[Details]
The record harmony method is as follows: Note: This method is compatible with the C32 compiler, not the XC32 compiler; 1. cmd opens the command window; 2. cd to the pic32-upgrader file where you inst...[Details]