[i=s]This post was last edited by bqgup on 2018-9-9 00:26[/i] [align=left][font=宋体]Let's take a look at the completed host computer first. I just wrote a relatively simple one. Please develop the comp...
[i=s]This post was last edited by ddllxxrr on 2022-4-9 17:17[/i]Following the previous post, I wanted to use the serial port to control the playback. I remember it was probably on the day of Qingming ...
[font=Verdana]Full version of UCOS-II V2.52 source code, friends who need it, please download it as soon as possible[/font] [font=Verdana][/font] This system package does not need to be modified, it c...
There is a project where the power supply voltage is 1000V DC and needs to be converted to 5V with a power of about 2W. Since the voltage is high, conventional devices cannot withstand the voltage if ...
The code is as follows: pmeidacontrol->pause() The video has been paused m_Graphs->pMC->GetState(2000,(OAFilterState*)&pfs); pfs is State_Paused Pause state hr=m_Graphs->pBV->GetCurrentImage(&bitmapSi...
Recently, the first Digital China Summit was held in Fuzhou, attracting many domestic ICT industry giants to participate in the exhibition. The long queues outside the venue, the noisy and exciting...[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]
This small program is still the use of timer, which is relatively simple. The specific parts are noted in the comments, please refer to the comments. /*********************************************...[Details]
*This article is based on the author's report at the "Embedded System Association Theme Discussion (Total 22nd) - Current Situation and Development Prospects of Internet of Things Operating Systems...[Details]
In January, Android 7.0 Marshmallow surpassed Lollipop three years ago to become the second most used Android version in the world. According to
the latest data from
Google
, a snapshot of d...[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]
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]
;Question requirements: ;Stopwatch timing, press S0 to start timing, and the digital tube will display; ;Press S0 again to stop. If S0 is not pressed to stop after counting for 1 minute, the buzzer w...[Details]
While imaging industry experts know that Apple has designed a complex 3D camera for its iPhone X, called "TrueDepth," most of the details of the 3D system inside the module, including chips, componen...[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]
MSP430 ADC10 single channel multiple conversions #include "msp430x22x4.h" #define uchar unsigned char #define uint unsigned int #define LCDen 0X80; //The upper three bits of P3 are used as cont...[Details]
volatile unsigned int ad_value ; int main( void ) { WDTCTL=WDTPW+WDTHOLD; //Turn off watchdog BCSCTL1 =CALBC1_1MHz; //Set DCO to 1MHZ DCOCTL =CALBC1_1MHZ; //Clock source: AD internal clock and divide...[Details]