The STM8 chip has a high cost-performance ratio. I chose STM8S105 and bought a three-in-one development board. Later I found that the chip omitted the Vref pin. This pin is only available in 64-pin pa...
Add the following set of statements in tb to generate a waveform file. 0000 $ finish ; ncsim > exit ncsim: v04.00.(s005): Started on Dec 10, 2010 at 12:24:34 ncsim -f ncsim.args -messages SIMLOG Loadi...
I checked online and found that the method of DLL injection under WINCE is different from that under WINDOWS. I have the following questions. Can experts help me answer them? Thank you! 1. Does WINCE ...
I've recently become fascinated with 51 single-chip microcomputers. I learned them in college, but I gave them back to the teacher a long time ago. At that time, I used assembly language. Now I bought...
Live replay: The starting point of autonomous driving and artificial intelligence - millimeter wave radar and 3D ToF solutions : https://training.eeworld.com.cn/course/4366...
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[Details]
The last two blogs talked about a version problem of STM32CubeMX and the problem of hardware reset. When you solve these two problems, you will find that after the program is burned into the board, t...[Details]
Automotive LCD Instrument Clock EMI Solution As early as 2014, the market size of China's automotive full LCD instrument has reached 3.506 billion yuan, and it is expected that by 2020, this s...[Details]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[Details]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[Details]
In the project, CPLD is needed to complete part of the algorithm design. The parameters are given by AVR, so the communication between AVR and CPLD needs to be completed. Therefore, a test program is...[Details]
Recently, Zhejiang Lipu Crushing Equipment Co., Ltd. invested 50 million yuan to build a new "annual production of 1,200 high-efficiency and energy-saving ultra-fine pulverizer construction project...[Details]
1) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]
I have been working on a stm32 project recently and have been struggling with its startup method. I saw a good article and reposted it. The format of the original article is not very good, and there...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[Details]
A. The first method is the ordinary IO high and low level driving method ; operating environment: S3F9454, Fosc = 3.2MHz without frequency division ; P2.0 is the buzzer ou...[Details]
HT47 Timer Application include ht47c20.inc data .section 'data' int_count db ? io_count db ? code .section at 0 'code' org 00h jmp start org 04h reti org 08h reti org 0ch reti org 10h jmp...[Details]
Last weekend, at the China Electric Vehicle Hundred People Forum held at the Diaoyutai State Guesthouse, Wan Gang, Minister of Science and Technology, summarized the achievements of new energy vehi...[Details]