[align=left][font=黑体][size=5]Dear friends, it's Monday again, and I'm here to report to you~~~ Today I'm sending you a classic e-book of TI training! [/size][/font]:victory:[font=黑体][size=5]! [/size][...
Hello everyone, I use AD7705 to do analog-to-digital conversion, but there is a problem with the program. Can you help me find out? The high bit of the converted data is always 1. Please help me! ! ! ...
[align=left][size=5][/align] Dear experts, my task now is to load Altera's DSP Builder library file in Matlab/Simulink environment and test FFT IP_Core. After many days of hard work, the result is sti...
For some state sets, use enum instead of #define as much as possible. For example: enum {OFF = 0, ON = 1}; is much better than #define OFF 0 #define ON 1. The two ways of writing have the same compila...
Proteus classic example software level: ★★★Cadence IC design (all FPGA-CPLD development concise teaching vhdl language routine collection. PROTEL DXP training materials proteldxp entry and improvement...
[i=s] This post was last edited by paulhyde on 2014-9-15 04:16 [/i] This software is very useful. It contains all the Chinese and English information about chips you need. Download it now. Don’t miss ...
For 80,000
ZTE
(000063.SZ) employees and more Chinese ICT (information and communication technology) industry practitioners, the news from across the ocean on the evening of April 16 kept t...[Details]
In the actual project development process, we often need to get the running time of a section of code. The usual method is to use an oscilloscope to measure it. This blog post will use SysTick to acc...[Details]
All relevant units:
In accordance with the relevant requirements of the provincial and municipal electric vehicle charging infrastructure construction work, in order to further standardize the...[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]
Serial Port: 一. USART_ITConfig(USART1, USART_IT_TXE, ENABLE): As long as the transmit register is empty, there will always be an interrupt. Therefore, if you are not sending data, turn off the tran...[Details]
Timing and protocol are two key points in digital system debugging, and they are also where logic analyzers can play their most valuable role. How can we use a logic analyzer to quickly complete wiri...[Details]
This paper combines embedded control technology with network control technology to realize the design of temperature control system based on single chip microcomputer through Internet control. Th...[Details]
On Sunday, the South Australian government unveiled plans to build the world's largest virtual power plant, which will connect at least 50,000 homes over four years and have a capacity ...[Details]
Site conditions: 1. AD acquisition, DMA transmission; AD is set to single-channel continuous mode, DMA is set to single-shot mode. The upper threshold of the AD analog watchdog setting is less than t...[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]
/* Unfortunately, it cannot generate a standard 38kHz frequency square wave, there is a little error*/ #include reg51.h #define uchar unsigned char #define uint unsigned int sbit Waveout=P1^0; //P...[Details]
This program sets the LED running light and the 0-16 numbers of the 0th position of the digital tube to light up in a cycle. The digital tube program cannot be put into the main function, because the...[Details]