The fuel cell single-chip voltage monitor (CVM) is an important component of fuel cell engine system and stack detection. It has the characteristics of a large number of channels, fast response speed,...
[i=s]This post was last edited by paulhyde on 2014-9-15 03:35[/i] [font=Tahoma,]Do you plan to build a quadcopter for the national electric competition? What is the topic? Can anyone give a simple ana...
[i=s]This post was last edited by liunixy on 2019-6-5 19:23[/i]As shown in the figure above, the input is 12V and the designed output is 5V, but the actual output voltage is only about 3V when no load...
[align=center]Talk about key programming[/align][align=left] [/align][align=left] [/align][align=left][size=4] [/size][/align][align=left][size=4]For a system composed of a single-chip microcomputer a...
1. Problem When developing STM32 with IAR, I found that I could not print floating point numbers by redirecting printf to the serial port. The code is as follows: The output is as follows: It can...[Details]
Overview
Lightning is a strong discharge phenomenon that occurs between thunderstorm clouds and between thunderstorm clouds and the earth due to severe convective weather. Lightning is gen...[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]
What is SYSTICK: This is a 24-bit system tick timer, SysTick, with automatic reload and overflow interrupt functions. All microcontrollers based on the Cortex_M3 processor can obtain a certain time ...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
The circuit shown in the figure requires that the light is off when the machine is turned on. Press the button once, and the light D1 will turn on and automatically turn off after a delay of 10 secon...[Details]
I have been working on single-chip microcomputers for several years, and I have always wanted to make a series of summaries. It happened to rain today. As the saying goes: Rainy days are good for...[Details]
Homemade LED Electronics Clocks can be seen in many electronic newspapers and magazines, but most of them need to reset the time and other parameters after power failure, which brings a lot of inco...[Details]
MSP430 ADC10 single channel multiple conversions #include "msp430x22x4.h" #define uchar unsigned char #define uint unsigned int #define LCDen 0X80; //The upper three bits of P3 are used as cont...[Details]
Lithium battery has changed the global industrial layout. With the development of new energy vehicles in China, the development speed of China's lithium battery industry is also amazing. So, what a...[Details]
5.1. Usage of EM78 series 8-bit microcontroller special instructions 5.1.1. Table Lookup Instructions and Usage The EM78 series 8-bit microcontroller uses three steps to look up the table: (1) "call"...[Details]
In this example, a single-byte binary number (0X20) is converted into uncompressed BCD code and stored in 0X25, 0X24, and 0X23, where 0X25 is the hundreds place and 0X23 is the ones place. main: MOV ...[Details]
Infrared remote control is the most widely used remote control method. Infrared remote control devices have the characteristics of small size, low power consumption, strong functions and low cost. Th...[Details]
Industrial equipment often uses frequency signals as the collected quantity, such as using photoelectric encoders to collect data. When debugging equipment that uses frequency signals, the mechanica...[Details]
msvr3 turns on (`-msvr4') or off (`-msvr3') compiler extensions related to System V fourth edition (SVr4). The effects are as follows: * Which assembly syntax to output (you can select this ...[Details]