Embedded system development is divided into hardware and software: "Hardware: 1. ARM Introduction Embedded product hardware is mainly a development board with (ARM, DSP, FPGA) as the core. According t...
[i=s]This post was last edited by ohahaha on 2018-4-20 13:50[/i] [align=left][size=4]PCB Layout Design Specifications - Circuit Design (2)[/size][/align][align=left][size=4] [/size][/align][align=left...
The TMS570LS series is the industry's first lock-step dual-core automotive microprocessor based on the ARM Cortex-R4F processor. Based on two Cortex-R4F processors, the microprocessor is carefully des...
The Tokyo Olympics has come to an end. Have you been following it? I used to watch the Olympics with my kids every night. We watched our table tennis, gymnastics and diving. They were awesome. China i...
The infrared remote control made with TX-2/RX-2...the remote control distance and angle are very small!! How to solve it? Is it because the transmitting power is too small? (The current flowing throug...
1. Function prototype In the function library officially provided by STM32, you can find functions like HAL_Delay(). This function uses a timer to achieve a more accurate time delay and provides it...[Details]
LAN8720 configuration: IP: 192.168.192.30 Gateway: 192.168.192.1 A high frequency of ARP packets is detected The content of the packet asks for the mac address of 192.168.192.1, and asks the resp...[Details]
The Wassenaar Arrangement, everything started during the Cold War. Let's learn more about it with the embedded editor.
background
After the end of World War II, the United States ...[Details]
Artificial intelligence
There is no inherent bias in AI. It does not "think" something is true or false for reasons that cannot be explained by logic. Unfortunately, human bias exists in mach...[Details]
At present, in the world,
the construction of
smart cities
is in the process of gradually landing from concept, and technology giants and investment giants are important participants in this...[Details]
The implementation of CAN driver under embedded operating system Android requires not only adding CAN driver device in Linux kernel, but also implementing the call of Android HAL layer. Taking S5...[Details]
With the development of the automobile industry, more and more automotive electronic components are being used in modern cars, providing better safety, comfort and economy for cars. In the past, cars...[Details]
The independent watchdog of STM32 is driven by a dedicated internal 40Khz low-speed clock, that is, it is still effective even if the main clock fails. Here we need to note that the clock of the inde...[Details]
In mid-to-late 2016, a girl from Hubei came to Beijing alone, full of curiosity about
cloud computing
. The girl left the deepest impression on me was her lovely smile. She told me that if ...[Details]
DMA: 1. When using DAC, when the converted analog signal is output through the IO port, why is the IO port also configured to input mode? PS: The stm32 manual defines that PA4 and PA5 are connected...[Details]
Manually assemble the following program machine code and analyze the execution function of the program segment. CLR A MOV R2, A MOV R7, #4 LOOP: CLR C MOV A, R0 RLC...[Details]