I would like to ask you, are there any materials on how to use STM32F103 as SPI slave? If the SPI is used as slave, can the SS pin be directly connected to ground? Is there any online programming mate...
I don't know if this post is appropriate to be posted here. If not, please delete it. What do you think of E6320 vs E6550? One has a main frequency of 1.86, and the other has a main frequency of 2.33....
As shown in the picture, the PCB package of the pin header always hides an invisible thing, but it will conflict during layout. What's going on? I can't find the problem even if I look at the packaged...
DAC0832 is a commonly used 8-bit DA conversion chip with a settling time of 1us. It is controlled by Verilog hardware description language as follows:
//name : ADC_0832 //author : qin wei he; //date :...
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]
In the past few days, the news that ZTE was "banned" by the US Department of Commerce has triggered widespread reflection and concern in various domestic industries about the lack of independent co...[Details]
"Originally, there are many people who can design very good
chips
, but the market does not give domestic
chips
the opportunity to iterate, and domestic companies cannot give engine...[Details]
1. Heart rate measurement principle 1. What is a heart rate module? The heart rate module is professionally used to monitor the heart rate of the wrist, fingers, forehead, earlobe, chest and other ...[Details]
#include avr/io.h #include avr/interrupt.h int main() { DDRB|=0X20;//Set PWM waveform output, connected to port PB5, see the comment of OCR1A=15625 for details DDRE=0X04; PORTE=0X04; DDRA=0XFF; P...[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]
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]
This program has been in stable use for a long time. If we must trace its origin, it should be traced back to 1998. Since this system is based on IIC EEPROM, the reading and writing of 2401 is blocke...[Details]
In 2018, the hottest trend is still
artificial intelligence
.
The craze for
artificial intelligence
has swept all walks of life, whether it is the Internet of Things, smart hardware,...[Details]
The transformation from traditional factories to smart factories will inevitably become the biggest "wave" in the future world manufacturing industry. How can traditional factories quickly achieve th...[Details]
Developing radiation-tolerant systems for space applications requires long lead times and is very costly, as the systems must be extremely reliable to operate for years in harsh environments....[Details]
As more and more mechanical systems are replaced by electronic systems, power consumption and how to monitor it becomes increasingly important. Accurately monitoring the power consumption of electric...[Details]
Atmel's ATMEGA48 is a high-performance, low-power 8-bit AVR microprocessor that uses an advanced RISC structure. Most instructions are executed in a single clock cycle, so the operation speed is fast...[Details]