I have taken a look at the network code of CC3200 in the past few days. CC3200 likes to use the Ping command to determine the network. There is nothing wrong with this, but if it is really used in a p...
The "Incomplete Manual of STM32" written by me 2 years ago was well received by the majority of netizens. Thank you for your support and thank you for your suggestions for revisions to the "Incomplete...
I am doing a test today and want to use DSP software simulation, but when running, the program always stops at while(1) and the interrupt cannot be entered. Please ask this question...
Verilog code portability design
1. Parameter definition
localparam, the example code is as follows:
module tm1(clk,rst_n,pout);
input clk;
input rst_n;
output[M:0] pout;localparam N = 4;
localparam M ...
Today is an era of endless new technologies. In the field of electronics, especially in the field of automated intelligent control, control systems composed of traditional discrete components or digit...
Recently, I used STM32 to debug an SD card using the SPI method. With the same code, SPI1 and SPI2 can read and write 1G and 2G cards normally, but SPI3 can only read 1G cards, and the 2G card initial...
A single-chip microcomputer is also called a single-chip microcontroller. It is not a chip that completes a certain logical function, but a computer system integrated into one chip. In general, a c...[Details]
Since the No. 4 blast furnace of Handan Iron and Steel was put into operation in 1993, its external equipment has been seriously aged, and the original PLC control system TDC3000 of the hot blast furn...[Details]
12v Lead Acid batteries used in trucks, cars, RVs and uninterruptible power supplies are usually rated at 12V. This circuit monitors the battery, the charge and discharge curves, gives the cu...[Details]
Since AC mains power may experience power outages, voltage sags and surges, continuous undervoltage and overvoltage, and frequency fluctuations during supply, these factors will affect the continuous ...[Details]
System Overview
The system consists of a signal preprocessing circuit, a single-chip computer AT89C2051, a systematic LED display module, a serial port data storage circuit and system software...[Details]
Currently, each country is developing its own USB interface
charging specifications
, which leads to a major problem that a USB interface
charging
device manufactured in one country...[Details]
introduction
Steam turbines are driven by high-temperature and high-pressure steam generated by boilers to run at high speed. They are key power equipment in thermal power plants. The emergenc...[Details]
As the global LED market demand continues to increase, my country's LED industry will face huge opportunities in the future. However, the core LED technology and patents are basically monopolized b...[Details]
introduction
At present, the research on micron and nanotechnology is very active, which has led to the rapid development of microtechnology and micro-mechanical electronic system (MEMS) t...[Details]
Every time I go home and walk up the stairs, I am always scared. The corridor lights are often broken, and no one changes the bulbs, or they are not smart enough and need to be operated manually. E...[Details]
One in five car failures are caused by batteries, a problem that will become more serious in the coming years as electric-by-wire, start/stop engine management and hybrid (electric/gas) vehicles be...[Details]
The capacity of a battery depends on the amount of charge and discharge, in addition to some factors of the battery itself. Obviously, if the charge and discharge of the battery can be recorded all...[Details]
DCDC means DC to DC (conversion of different DC power values). Anything that meets this definition can be called a DCDC converter. Specifically, it means converting the input DC into AC through a s...[Details]
There are many types and styles of digital voltmeters in design and development. Traditional digital voltmeters have their own characteristics. They are suitable for manual measurement on site. Tra...[Details]
This paper describes the design method of electronic multifunctional watt-hour meter, the key technology of hardware design and the software design process. Taking NEC's μPD78F0338 microcontroller ...[Details]