Moderator, if I use two timers to generate square waves of different frequencies, the phases of the two square waves must be the same. What I want to ask is how to synchronize these two timers? Will t...
The driver made by DriverStudio has an error in Dma transmission. In the callback function OnDmaReady(KDmaTransfer *pXfer,KIrp I), it is found that the Irp is empty and not passed in....
#define pISR (*(unsigned *)(0x30000000+0x18)) //#define pISR (*(unsigned *)(0x00000000+0x18)) What should be filled in here? [color=#008000]// Virtual Address 0x0 is mapped to 0x30000000, ISR Address ...
As the title says, I pressed ActiveSync before installing WinCE5, and it connected immediately. I didn't know how to operate it at that time, so I didn't connect it. Now when I plugged in the developm...
Active Expert (Director Level)
Job Responsibilities: 1. Responsible for formulating the development direction of active products, guiding the design framework and index design details of active produc...
004 at 18:24:50 +OEMInit AMD Alchemy Au1200/ARGON Cold Boot Using RTCTICK tick source BootArgs are at A00FFC00, SIG = 00FFC01 00FFC02 Windows CE Kernel for MIPS Built on Jun 24 2004 at 18:24:50 +OEMIn...
Recently, the first Digital China Summit was held in Fuzhou, attracting many domestic ICT industry giants to participate in the exhibition. The long queues outside the venue, the noisy and exciting...[Details]
The adoption of vehicle tracking systems for cars and fleets is increasing. Modern trackers have reduced form factors and increased functionality to support active data transmission for real-time tra...[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]
The ZTE incident has aroused people's concerns about the future of Chinese chips, and they have been using WeChat and Weibo to express their views; the Chinese display industry is also worried abou...[Details]
The pins of stm32 have two uses: GPIO (general purpose io) and AFIO (alternate function io) For some pins (depending on the chip), neither of these two uses exists. For example, in 64-pin products, O...[Details]
The storage media corresponding to the three boot modes of STM32 are built-in to the chip, they are: 1. User Flash = Flash built into the chip 2.SRAM = RAM area built into the chip, which is the m...[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]
I have encountered many problems when tinkering with LD driver recently. I will record them one by one below. Otherwise, who will remember who in five hundred years? 1. Configuration issues of multi-...[Details]
The following is a 16-way multi-channel ADC acquisition circuit diagram and source program made using the STM32 microcontroller. It uses a USB interface to connect to the computer, which is actually ...[Details]
When the program starts running, light A turns on for 5 seconds, then turns off, light B turns on for 5 seconds, light B turns off, light C turns on for 5 seconds, light C turns off, the program ends...[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]
MCS-51 single-chip microcomputer, a simple assembly language program, calculates the function value of a piecewise function. It is known that there is a variable X in the 25H unit. It is required to ...[Details]
Please help me analyze the clock cycles occupied by the following delay program. Seek to explain: DELAY: MOV R6, #13 DELAY1: MOV R5, #250 DELAY2: NOP DJNZ R5, DELAY2 DJNZ R6, DEL...[Details]