CPU: Since the day when CPU was born, its packaging technology has undergone many changes. It was not until the Pentium era that the packaging form was basically stabilized. Since 8088, the 80X86 seri...
At the end of 2010, embedded programming technology was reviewed. Experts and scholars in the embedded industry gathered together. The three-month search for embedded programming masters for the "Top ...
I want to exchange two boards for an STM32F429I-DISCOVERY evaluation board. The two boards are: 1. STM32F103ZET6, with 3.2-inch TFT touch screen. Brand new, never used. 2. MSP430-LaunchPad. Brand new,...
I risk my life to share the teacher's courseware with you. The courseware is divided into chapters, and you can download it as needed. I risk my life to share the teacher's courseware with you. The co...
[i=s]This post was last edited by paulhyde on 2014-9-15 09:13[/i] Design a digitally controlled voltage source with a certain output voltage range and function. Output voltage range: 0~9.9V, step 0.1V...
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]
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]
background After the hardware engineer completed the PCB and schematic design, the routine was modified according to the tutorial of Zhengdian Atom to verify the correctness of the hardware. STM32F...[Details]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[Details]
Recently, the "Smart Photovoltaic Industry Development Action Plan (2018-2020)" jointly issued by six departments has put this concept on the forefront. Photovoltaic smart solutions will become the ne...[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]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[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]
I have been working on a stm32 project recently and have been struggling with its startup method. I saw a good article and reposted it. The format of the original article is not very good, and there...[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]
The frequency calculation formula of the PWM wave generated by the output comparison mode of the timer is: 72M/((2*(arr+1))*(psc+1) ) For example, if you set: PWM_Init(1000-1,72-1); (PWM_Init(arr,psc...[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 industry generally believes that hybrid beamforming (Figure 1) will be the preferred architecture for 5G systems operating at microwave and millimeter wave frequencies. This architecture combin...[Details]