A novice, please help me. (Chip ep9315, environment: wince5.0) There are three threads running in my main program: Thread 1 is ready, it is for sending and receiving serial port commands; Threads 2 an...
I have touched on many controls in previous posts, so here is a summary. I made an interface in the first post, but I didn’t do the password verification part, so I wanted to finish it this time, and ...
The EVC I used, the following error occurred during compilation: Formatdisk.obj: error LNK2019: unresolved external symbol "struct HINSTANCE__ * g_hInstance" (?g_hInstance@@3PAUHINSTANCE__@@A) referen...
[size=4]The AD part mainly configures the clock, reference source, sampling channel, sampling mode, storage and sample hold of the ADC12 module. [/size] [size=4] [/size] [size=4] [/size] [size=4]I wil...
Many information websites require registration before downloading information, but this one doesn't require registration. In addition, there is also BTS7960B.pdf here that I haven't found elsewhere an...
Design a temperature control system using AT89C51, ADC0809, thermistor, thyristor and operational amplifier. Can you please give me a hardware schematic diagram?Thyristor controls the heating amount b...
The most significant event in the technology circle during this period is undoubtedly the news that ZTE was banned by the United States. Once the news came out, it shocked the entire Chinese techno...[Details]
I have always wanted to write some posts and blogs, but I just couldn't bear to do it as I just graduated. After some preparation, I decided to write down some of the things I learned in the past few...[Details]
introduction In the general project development process, two or more microcontrollers are often required to communicate to complete data transmission. For example, a quadcopter wirelessly transmits d...[Details]
Time flies. Since the beginning of 2018, news related to home appliance companies have repeatedly made headlines, and competition in the home appliance market continues to intensify. In order to be...[Details]
There has been a lot of news about Huawei
phones
recently
. At the
Huawei
Global Analyst Conference
on the 17th
,
Huawei
announced that it will launch
5G
phones
in the seco...[Details]
As the brain of a mobile phone, the mobile phone processing chip is of great importance. Xiaomi, which started out as the MIUI company, has long been keenly aware of the gap between China and devel...[Details]
Why does MCU have a watchdog? With this question, let's learn about watchdogs. Even the 51 single-chip microcomputer has a watchdog, which shows that this dog has a special meaning to us. The purpose...[Details]
Note: This STM32 microcontroller is the STM32F103 series. The ADC of Stm32 has DMA function. This is beyond doubt and is what we use most! However, if we want to sample a signal (such as a pulse sign...[Details]
I have been deeply affected by serial ports since 51. The MAX232 I bought from Huaqiang was originally broken. I thought there was something wrong with my circuit or schematic. Since there was no goo...[Details]
Mobile phone battery charger program made by STC12C2052AD microcontroller #include stc12c2052ad.h #include intrins.h #define uchar unsigned char #define uint unsigned int sbit REF =P1^0; sbi...[Details]
When programming with Elan MCU, please pay attention to the following points: 1. When the program is longer than 1K, page jump will occur. If an interrupt handler is enabled, after entering the inte...[Details]
HT47I_O Port Application include ht47c20.inc data .section 'data' count db ? code .section at 0 'code' org 00h jmp start org 04h reti org 08h reti org 0ch reti org 10h jmp timer_int ;***...[Details]