Principles of MCU Hardware System DesignData compilation: dunleavy [ Print ][ Return ]The hardware circuit design of a single-chip microcomputer application system includes two parts: one is system ex...
[i=s] This post was last edited by paulhyde on 2014-9-15 09:09 [/i] According to the requirements of the subject, this design uses the low-cost AT89S52 microcontroller as the CPU for both the main con...
[p=35, null, left][color=#555555]Choose the experimental board as 00ic_DSP_TMS320F28335, the simulator as 100v3, and the compiler as ccsv6.1[/color][/p][p=35, null, left][color=#555555]Regarding the D...
//========================================================================= // Function: void PutChar(unsigned char x,unsigned char y,char a) // Description: Write a standard character // Parameters: ...
My Helper2416 cannot boot from the TF card. When operating the NAND, I accidentally erased the UBOOT in the NAND. Now it has become a brick :Cry: and cannot be booted. Please help. I don’t know if it ...
1. Principle 1. Infrared emission protocol There are many infrared communication protocols. This experiment uses the NEC protocol. This protocol uses PWM modulation and uses pulse width to represen...[Details]
Today, under the guidance of a low-level expert, I learned how to configure the PWM module! Woof! First open the file configured last time, as follows: Then, we need to use TIM1 to set PWM: Then,...[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]
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]
According to foreign media reports, the 2018 GMC Terrain Denali is equipped with multiple collision detection systems, and a recent test verified the safety of the system. Even when driving in a bu...[Details]
Superconductors have physical properties such as zero resistance effect, Meissner effect and Josephson effect, which make them have broad application prospects and unparalleled advantages in many b...[Details]
The analog watchdog of the ADC is used to check if the voltage is out of bounds. It has two upper and lower bounds, which can be set in the registers ADC_HTR and ADC_LTR respectively. The library fun...[Details]
Summary of STM32 peripheral DMA usage: 1. Select DAM mode according to your needs: (1) Circular mode—DMA_Mode = DMA_Mode_Circular (2) Normal mode—DMA_Mode = DMA_Mode_Normal 2. For Chanel3 of DMA1, t...[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]
The circuit shown in the figure requires that the light is off when the machine is turned on. Press the button once, and the light D1 will turn on and automatically turn off after a delay of 10 secon...[Details]
Recently, the National Development and Reform Commission announced that all foreign equity restrictions in the automobile industry will be lifted in the next five years. At the same time, as subsid...[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]