I want to use a 5416 DSP development board to implement A/D conversion, etc., and mainly to implement the channel decoding function, so that the received electrical signal can be received by the mobil...
This video tutorial is really good. Comrades who need it can take a look. http://115.com/file/dpzmkz2q#ARM Embedded Linux System Development Detailed Explanation.part1.rarhttp://115.com/file/dpzmkic1#...
I recently encountered a problem while doing an experiment in the laboratory. The circuit topology is a synchronous buck circuit. IR2110 is used as the driver IC, and STM32 outputs complementary PWM w...
:faint: Set 4 inputs and 4 outputs. PxIN is always 0x00.Now here is a question: If PxDIR=0xF0; //high four bits output, low four bits input //Now take 4 wires and connect Px.0--Px.3 and Px.4--Px.7 res...
This is a water quality online monitoring and control instrument, made in Taiyuan, Shanxi. The main unit is mainly responsible for data reception and display, and the screen is Innolux's at070tn07. Fr...
[color=rgb(51, 51, 51)][font=微软雅黑][b]Question 1: [/b]I have used some lithium battery charging management chips to charge lithium batteries, such as TP5000, and found a problem. In theory, the chip sh...
The most significant event in the technology circle during this period is undoubtedly the news that ZTE was banned by the United States. Once the news came out, it shocked the entire Chinese techno...[Details]
1. Photovoltaic inverter installation process
1. Preparation before installation
Are the product accessories, installation tools and parts complete? Is the installation environmen...[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]
When Amazon quietly launched a product called Elastic Computing Cloud 12 years ago, the Internet industry in China, across the ocean, also ushered in an unprecedented development opportunity. Let's...[Details]
Using the WWDG of STM32F030, it is found that the MCU will not be reset under STOP, just like the sleep mode of STM8S. Paste the watchdog code: /******************************************************...[Details]
ADC Introduction: ADC (Analog-to-Digital Converter). That is, converting analog signals into digital signals for processing. When storing or transmitting, analog-to-digital converters are almost ...[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]
LiDAR: Autonomous driving from the perspective of optoelectronic technology LiDAR and competing sensor technologies (camera, radar, and ultrasonic) intensify the need for sensor fusion and the need...[Details]
ADI has established long-term good relationships with car manufacturers and Tier 1 component suppliers. Based on its previous long-term successful cooperation with new energy vehicles and suppliers a...[Details]
When STM32 uses JTMS (PA13) and JTCK (PA14) as normal I/O ports, add the following code before initialization (the order cannot be reversed): RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); G...[Details]
Design a second and minute pulse generator for a single-chip microcomputer using the interrupt method. Assume that P1.0 generates a positive pulse of one machine cycle per second, and P1.1 generates ...[Details]
;The hardware connection circuit of the 51 single-chip microcomputer is as follows: ;P1.3 and P1.4 are each connected to a button; ;P0.0 and P0.3 are each connected to a light-emitting diode; ;P2.0~P...[Details]
I have been deeply affected by serial ports since 51. The MAX232 I bought from Huaqiang was originally broken. I thought there was something wrong with my circuit or schematic. Since there was no goo...[Details]
In one of my products, there are two chips, AVR and PIC, at the same time. When AVR drives the relay, then drives the contactor. PIC is used for display. I found that PIC actually has a little interf...[Details]