[i=s] This post was last edited by MrKingMCU on 2015-9-5 14:36 [/i] The STM8S207C8T6 cannot download the program, and the IAR prompt message is as follows: Sat Sep 05, 2015 14:20:20: Errors while sett...
Also in the simulation section, I saw a friend post a master's handwritten copy. So, in the process of learning, have we ever had our own handwritten copy? Or a record of solving a certain problem. Le...
Let's use an abacus as an example to solve an arithmetic problem. Example: 36 + 163 × 156 - 166 ÷ 34. Now to do the calculation, we first need an abacus, followed by paper and pen. We write down the p...
I have a DSP experiment board. Flash is the DSP off-chip memory. I encapsulate the written program (such as GetVal(), etc.) into a lib file, download it to the flash chip, and then load a program in o...
In most countries, the military is a fairly large group, and the health of soldiers is particularly important to the combat effectiveness of the army. The US Department of Defense's Advanced Resear...[Details]
Introduction: As a power electronic device, the photovoltaic inverter mainly converts the direct current generated by the photovoltaic module into alternating current. Because there are thousands o...[Details]
MCU Programming: Find the average value of 8 unsigned numbers. There are 8 unsigned numbers stored in 8 units of the internal RAM starting at 20H. It is required to save their average value in R2. ;-...[Details]
In the 51 single-chip microcomputer's on-chip data memory units 20H and 21H, the data 9 and 2 are stored respectively. Write a program to calculate the difference and product between the two. The d...[Details]
For the STC89 series microcontrollers in PQFP-44 and PLCC-44 packages, 4 I/O ports P4 are added. The address of P4 port in the special function register is E8H, which can be bit addressed. User...[Details]
With the development of human society, people's travel needs are increasing, the number of cars is also increasing, the resulting air pollution problem is becoming more and more serious, and the sa...[Details]
This design is intended to take advantage of the above favorable conditions and propose an image acquisition solution based on the TMS320C6x11 series DSP. By taking advantage of the uniformity of...[Details]
1. Limiting filter method (also known as program judgment filter method) A. Methods: Based on experience, determine the maximum deviation allowed between two samples (set to A). Every time a new val...[Details]
As more and more mechanical systems are replaced by electronic systems, power consumption and how to monitor it becomes increasingly important. Accurately monitoring the power consumption of electric...[Details]
What will be the average standard change in the appearance of North American cities by 2030 brought about by artificial intelligence? Experts have been studying artificial intelligence for a centur...[Details]
The main control board of an industrial device is implemented using ATmega128. It is about 2 meters away from the control panel composed of buttons and LED displays managed by ATmega8. USART communic...[Details]
Although it is tuned on MEGA128, it is applicable to all AVR chips. Just change the pin settings. The program is not original to me. I just modified the DS1302 program and the week calculation pro...[Details]