(2) To complete KEMET part number (T215), insert graded failure rate: G for 1%/k hours, B for .1%/k hours, C for .01%/k hours, D for .001%/k hours or the
(2) To complete KEMET part number (T215), insert graded failure rate: G for 1%/k hours, B for .1%/k hours, C for .01%/k hours, D for .001%/k hours or the
I recently did PWM and accidentally found that the PWM output is high level by default when powered on, but after initializing the GPIO port configuration (setting the pull-up resistor and the GPIO po...
I use TI's LMX2592 chip to generate a 5G clock signal, and use FPGA to control its registers using the SPI method. The hardware is designed by myself, and the power supply of the chip is measured to b...
Use SQLCE to remotely connect to the SQL2000 database server on WINCE6. Two sample codes. The first one demonstrates the ISSCERDA->SubmitSQL method. Parameter configuration: _T("http://192.168.1.77/sq...
The DIY USB human body induction night light is mainly used in dark places such as toilets and wall cabinets. For example, when you get up in the early morning to go to the toilet, you can directly go...
[i=s]This post was last edited by ltbytyn on 2014-12-28 14:45[/i] 1. Start downloading boot, can connect, but always fail when downloading (erasing the entire chip first doesn't work, Jlink boot downl...
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 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]
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]
Because the STM32 HAL library only has millisecond-level delay for HAl_Delay(), in order to achieve accurate microsecond-level delay, Systick has to be modified. However, since it is used internally ...[Details]
introduction In the general project development process, two or more microcontrollers are often required to communicate to complete data transmission. For example, a quadcopter wirelessly transmits d...[Details]
ZTE was punished, and Hou Weigui, who had already retired, had to come out of retirement again and run around to mediate. Let's follow the embedded editor to learn about the relevant content.
...[Details]
From last year to now, competition in the photovoltaic inverter industry has become increasingly fierce. In addition to the introduction of new products, various marketing and promotion methods hav...[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]
The day before yesterday, another mainland technology company submitted a prospectus to the Hong Kong Stock Exchange. The company is called "Jia Nan Creative (hereinafter referred to as 'Jia Nan')"...[Details]
On May 16, in response to
the public opinion storm caused by
Lenovo's
"
5G
voting" incident,
Lenovo
Holdings Chairman and
Lenovo
Group Founder Liu Chuanzhi, Lenovo Gr...[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]
/* 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]