[i=s]This post was last edited by dontium on 2015-1-23 11:12[/i] [media=x,500,375]v.youku./v_show/id_XNzEwOTY5ODky.html[/media]Alan and Jeramie show you how to use the WEBENCH Clock Architecture tool ...
Question 1: Batch modify the font size of "component names of some components". Reason: I normally display this name for production welding guidance, but due to limited space, I need to make the chara...
The program snippet is as follows In the timer: timerCount++; if (timerCount >= 50) { /*dip1 has only two cases: 0 and 1*/ if (dip1 == 0) { value[0] = 2; } else if (dip1 == 1) { value[0] = 0; } timerC...
I saw a VDD_FT in the figure below page 140 of the manual RM008 (Rev10). How is this voltage added? I can't find this pin in the pin list. Is the 5V internally boosted?Thank you!...
[url=https://bbs.eeworld.com.cn/thread-520729-1-1.html]Awards have been awarded for this event>>Click here to enter[/url] [size=4][b] Event page:[/b][url=https://www.eeworld.com.cn/huodong/KEYSIGHT_QA...
1. Principle 1. Infrared emission protocol The infrared transmission protocol has been written in the previous article , so I will not repeat it here. 2. Timer counting and input capture A timer...[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]
There has been a lot of news about Huawei
phones
recently
. At the
Huawei
Global Analyst Conference
on the 17th
,
Huawei
announced that it will launch
5G
phones
in the seco...[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 2018, the National Development and Reform Commission issued a new photovoltaic subsidy policy. The benchmark on-grid electricity price was significantly reduced, the return on investment decreased,...[Details]
I used the bit definition in my 51 program: bit flag. After defining it this way, I ran the program and downloaded it to the circuit board. I found that the flag was not the value I set, which led to...[Details]
STM32 has two watchdogs: independent watchdog and window watchdog. This article mainly introduces the use of independent watchdog. Independent watchdog (IDWG): driven by an independent 40KHZ low-sp...[Details]
Why does MCU have a watchdog? With this question, let's learn about watchdogs. Even the 51 single-chip microcomputer has a watchdog, which shows that this dog has a special meaning to us. The purpose...[Details]
LiDAR: Autonomous driving from the perspective of optoelectronic technology LiDAR and competing sensor technologies (camera, radar, and ultrasonic) intensify the need for sensor fusion and the need...[Details]
The Vatican Secret Archives is one of the world's greatest historical collections, but many of its documents have never been transcribed. Recently, a project called Codice Ratio used a
combination...[Details]
ADI has established long-term good relationships with car manufacturers and Tier 1 component suppliers. Based on its previous long-term successful cooperation with new energy vehicles and suppliers a...[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]
Interrupts and timers implement a 24-hour clock. The program is as follows: #include reg52.h #define PORTLEN P0 sbit bit_select = P2^0; sbit seg_select = P2^1; unsigned char src = {0x3f,0x06,0...[Details]
Design a program for the 51 single-chip microcomputer. It is known that the crystal oscillator frequency of the 89C51 single-chip microcomputer is 12MHz, and it is required to use T1 timing to output...[Details]