[align=left][color=rgb(51, 51, 51)][font=微软雅黑, sans-serif] [/font][/color][/align][align=left][color=rgb(51, 51, 51)][font=微软雅黑, sans-serif]Nikon has recently developed a small lithium-ion secondary b...
[i=s]This post was last edited by Adventure Warrior on 2020-5-10 22:59[/i]The tutorial is simple and crude, with pictures throughout.
Get a JTAG downloader and connect it as follows:Open the STM32 ST-...
Watchdog circuit is one of the anti-interference measures needed by embedded systems. This paper designs a new watchdog circuit using X25045 chip, which has the characteristics of small size, less I/O...
Recently, I need to make a driver to disable the functions of all external devices in the system, such as USB, serial port, CDROM, etc., and the driver itself is not allowed to be disabled or uninstal...
The following is a piece of code: int iMin, iMax; CProgressCtrl *p = (CProgressCtrl *)GetDlgItem(IDC_PROGRESS_TEST); p->SetRange(1000, 5000); p->GetRange(iMin, iMax); //It should return iMin=1000,iMax...
When reading the help for this function, I can't translate the following two sentences. Could someone please help me? 2. If an IOCTL caller passes in otherwise correct parameters with a buffer that is...
The most significant event in the technology circle during this period is undoubtedly the news that ZTE was banned by the United States. Once the news came out, it shocked the entire Chinese techno...[Details]
International Solar Photovoltaic Network News: Chinese inverter company Sungrow announced that it will build a 3GW photovoltaic inverter manufacturing plant in Bangalore, the capital of Karnataka, ...[Details]
In the war without gunpowder between China and the United States,
ZTE
has become a new victim. The seven-year chip ban by the United States has pushed this communications giant to a life-or...[Details]
For 80,000
ZTE
(000063.SZ) employees and more Chinese ICT (information and communication technology) industry practitioners, the news from across the ocean on the evening of April 16 kept t...[Details]
In the actual project development process, we often need to get the running time of a section of code. The usual method is to use an oscilloscope to measure it. This blog post will use SysTick to acc...[Details]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[Details]
After searching a lot of information, I finally understood the time base timer. I did not use any library functions but operated the registers directly. The following introduces the systick in STM32...[Details]
0. Preparation First use st-link to connect the stm32 core board and PC for burning St-link Stm32 3.3V 3.3V GND GND SWDIO PART SWCLK DCLK Then connect with USB serial port board to v...[Details]
China Energy Storage Network News:
The State Grid Corporation of China, this elephant, is planning to turn around and enter the emerging power service market.
The rallying cry for the tr...[Details]
Timing and protocol are two key points in digital system debugging, and they are also where logic analyzers can play their most valuable role. How can we use a logic analyzer to quickly complete wiri...[Details]
With the development of information technology, intelligence, informatization and networking have become the development trend of modern industrial control. Since the 1980s, the rapid development...[Details]
ADC: 1. The ADC module inside STM32 has three ADC1, ADC2, and ADC3, which are independent of each other, so synchronous sampling can be performed. 2ADC input clock must not exceed 14MHz, it is genera...[Details]
/* Unfortunately, it cannot generate a standard 38kHz frequency square wave, there is a little error*/ #include reg51.h #define uchar unsigned char #define uint unsigned int sbit Waveout=P1^0; //P...[Details]
The key is the configuration of registers. The T1 timer (16 bits) of CC2530 needs to configure three registers: T1CTL, T1STAT, IRCON Here is just a brief introduction. For more details, please refer ...[Details]