[i=s]This post was last edited by paulhyde on 2014-9-15 09:03[/i] There is no wireless communication!!! This is what we do!!! What should we do? ""???...
Could someone help explain this? 1. Linux currently supports commonly used microprocessors, such as powerPC, mips, ARM, etc. 2. If Linux can support these CPUs, then basically all applications on Linu...
Can anyone tell me what does EQU0 EQU1/EQU2 in the timer A output unit of MSP430 mean? How did they come from? What do they do? What are they used for? Thank you!...
I like to come here to read everyone's discussions and also like to read everyone's jokes! Why don't we make a special post about jokes, so that I can read one or two every day when I'm tired, and rel...
In addition to applying some special technologies in this field, several basic technologies applied in other fields are also very important for the research of DAS. (I) Sensor technology Sensor techno...
The Sino-US trade war has already started. Trump's series of actions have had a negative impact on the global economy, such as increasing tariffs on Chinese companies and restricting domestic compa...[Details]
ZTE
The communication embargo incident has impacted the communication industry and sounded the alarm for the semiconductor industry. Let's follow the embedded editor to learn more about the r...[Details]
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]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
In simple terms, high-end chips solve many complex problems, mid-range chips solve a single complex problem, and low-end chips solve a simple problem. Let's learn more about the relevant content wi...[Details]
This part of the code in the void SystemClock_Config(void) function in the main file generated by stm32cubemx RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; This bug occurs, and the f...[Details]
LAN8720 test code arrangement 1. Modified based on two projects, namely "Experiment 55 Network Communication Experiment" of Zhengdian Atom ATK and "STSW-STM32070" routine of ST official The hardware ...[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]
The F1 racetrack is roaring with engines, and a fierce F1 race is about to begin. I am not a fan of racing cars, and I have nothing to do with this world, but
I spent a special day here
because...[Details]
In order to strengthen the traceability management of recycling and utilization of power batteries for new energy vehicles, and to standardize and guide all relevant parties to fulfill their tracea...[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]
/* 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]
As shown in the figure, the circuit is required to count and display the number of times the button is pressed. When the button is pressed once, the count value increases by 1 (it is required to accu...[Details]