Hello everyone, now I have customized the wince6.0 Chinese simulator with ddraw! But the created ddraw program cannot run! And the ddraw program runs normally on the board! Because the board is now in...
[i=s]This post was last edited by paulhyde on 2014-9-15 03:12[/i] Does anyone have any news about the semi-finals? My work was left behind, but I don’t know if it can be included in the comprehensive ...
Electronic Engineering World - TLP3547 Review - Your comments are my biggest gain 1. Compact design, the smallest photoelectric relay in the industry:Review: Compared with traditional mechanical relay...
Event time: Now to December 31st. How to participate: 1. Go to https://www.eeworld.com.cn/Vishay/application/ , register and download relevant information.2. The registration number must be a multiple...
It is being optimized, please stay tuned!
Stop bragging and just give us the real stuff!
It is better to teach a man to fish than to give him a fish!
If your product has high profits or the space is v...
[i=s]This post was last edited by qwqwqw2088 on 2015-4-8 20:26[/i] [p=null, 2, left][font=宋体][color=#000000]Disadvantages of passive filter: poor load carrying capacity, no amplification effect, unsat...
1. Purpose In actual product release, if the program stored in the MCU Flash is not protected, some illegal companies may read the program in the Flash through an emulator (J-Link, ST-Link, e...[Details]
Function List and Notes (lower-level driver part) 1. IO port initialization: control IO and communication IO. Control includes power control, reset and low power mode. Communication is the serial po...[Details]
Nowadays, everyone is saying that "technology is people-oriented". The essence of the development of technology is to serve the improvement of the quality of life of human beings. Automated driving...[Details]
I used the bit definition in my 51 program: bit flag. After defining it this way, I ran the program and downloaded it to the circuit board. I found that the flag was not the value I set, which led to...[Details]
According to the description provided in the official manual of ST, it is not difficult to see that the ADC analog watchdog is actually that the user can set an upper and lower limit of the AD value...[Details]
The Vatican Secret Archives is one of the world's greatest historical collections, but many of its documents have never been transcribed. Recently, a project called Codice Ratio used a
combination...[Details]
The pins of stm32 have two uses: GPIO (general purpose io) and AFIO (alternate function io) For some pins (depending on the chip), neither of these two uses exists. For example, in 64-pin products, O...[Details]
I have encountered many problems when tinkering with LD driver recently. I will record them one by one below. Otherwise, who will remember who in five hundred years? 1. Configuration issues of multi-...[Details]
Interrupts and timers implement a 24-hour clock. The program is as follows: #include reg52.h #define PORTLEN P0 sbit bit_select = P2^0; sbit seg_select = P2^1; unsigned char src = {0x3f,0x06,0...[Details]
/*----------------------------------------------- Name: IIC protocol PCF8591 AD/DA conversion Content: Use DA input, digital tube display output digital quantity, LED display analog voltage size ...[Details]
Requirements: Set timer T1 as an external event counter, count 500 pulses every time, then switch T1 to timing mode and output a positive pulse with a width of 10ms at P1.2. Over and over again. A...[Details]
The following comes from - "cortex-M3 Definitive Guide" Special function register group: Program Status Registers (PSRs or xPSRs) Interrupt mask register group (PRIMASK, FAULTMASK, and BASEPRI) ...[Details]
According to a report by Russian News Agency on November 23, Alexander Hanin, founder and general manager of VisionLabs, a Russian facial recognition software development company, believes that in ...[Details]
Each I/O port of the AVR microcontroller corresponds to three registers: DDRx, PORTx and PINx, where DDRx is the data direction, i.e. input or output; PORTx is the state of the internal pull-up r...[Details]