1. Description Development board: Use S3C6410 (S3C6410 is ARM1176JZFS kernel, I have OK6410 development board, not recommended to buy, the information is not very good.). As for why A8, A9, etc. are n...
[align=center][color=#00ff][size=5]Why do I recommend these materials? [/size][/color][/align] [size=5][color=#0000ff] [/color][/size] [size=4][color=#000000] There has always been a saying in the sof...
[i=s]This post was last edited by yunhai14 on 2019-3-7 10:22[/i] LPC1768 chip FIO0CLR = 255; //High-speed port output clear register, write 1 to make the corresponding port generate a low level. 255 i...
I recently got a new computer, and I can play many high-configuration games, such as Warcraft and various 3D games very smoothly, but there is one game that I can't play, and it's a game with low conf...
In a sub-function called in sysHwInit(), there is a macro function defined by windriver itself, which prints the output. #ifdef VXBUS_DEBUG_ON int usrBusDebugLevel = 0; #undef VXB_DEBUG_MSG #define VX...
In recent years, as energy consumption and environmental protection issues have attracted people's attention, my country's solar photovoltaic power generation industry has shown a rapid development...[Details]
I recently upgraded MDK to V5.25 and found that there are many libraries in the Managing Run-Time Environment. Compared with the past, it is much better, from the bottom-level driver to the upper-le...[Details]
The photovoltaic inverter is the core equipment of the photovoltaic system. Its main function is to convert the direct current generated by the photovoltaic modules into alternating current that meets...[Details]
As photovoltaic power stations come into people's view, people are paying more and more attention to them. Recently, some netizens asked me how to match the inverter and components of photovoltaic ...[Details]
At the beginning, I used the stdlib library. Recently, I found that the cube library is more and more widely used, so I started to use the cube library to complete the ADC multi-channel acquisition e...[Details]
The photovoltaic industry has become a new business card for China to the world. It not only represents China's leading technology, but also constantly breaks various records with its development spee...[Details]
Please help me analyze the clock cycles occupied by the following delay program. Seek to explain: DELAY: MOV R6, #13 DELAY1: MOV R5, #250 DELAY2: NOP DJNZ R5, DELAY2 DJNZ R6, DEL...[Details]
#include avr/io.h void Delay(unsigned int T) { unsigned int i,j; for (i=0;i T;i++) for (j=0;j 100;j++) asmvolatile ("nop"); //Assembly instruction, let the microcontroller run empty instruction...[Details]
The watchdog timer is a counter whose basic function is to restart the system after a software problem or program runaway occurs. The watchdog counter counts automatically when it is working normally...[Details]
Scientists have developed an
electronic skin
that allows users to manipulate virtual objects remotely
, which will further enhance the user's immersive virtual experience. Let's follow the ...[Details]
There are many programming tools for single-chip AVR, including C, ASM, PASCAL, BASIC, etc. Except ASM, which is provided free of charge by ATMEL, most other tools are charged. The C compiler is the ...[Details]
Abstract: This article mainly introduces the installation of PonyProg2000 version 2.06c beta for Windows and the method of using this program to develop AVR series microcontrollers. I hope it can be ...[Details]
Brushless DC motors are cool (and they make you friends). No one likes to talk about actual hardware (but I'm going to do it). Discrete and integrated gate drivers each have advantages and disadv...[Details]