[color=#0000FF]Friends who are familiar with the dynamic configuration of the interrupt vector table may wish to discuss it here. What is the implementation idea? [/color] I will post an article here ...
[b][size=18px]Interface Design[/size][/b] [b][size=18px]What is an interface? [/size][/b][color=#000][font=Arial][size=18px]An interface is a connection device between the CPU and peripherals, used to...
What is the package of the four-corner switch used in the microcontroller circuit in DXP2004? I think such a commonly used package should not need to be drawn by myself, right?...
MSP430 has recently launched an MCU with ferroelectric FRAM memory, and is one of the earliest few in the industry to integrate it into the MCU.
FRAM is called RAM, which means it has some properties ...
[img]file:///C:\Documents and Settings\Administrator\Application Data\Tencent\Users\847022719\QQ\WinTemp\RichOle\K(HBP3~TQBAWOE(Q(XJI8)A.png[/img]How to change it? Please tell me!...
[i=s]This post was last edited by Zhang Wuji 1987 on 2015-5-10 09:51[/i] It has been a bumpy road. I have experienced many things and understood many truths. Since I have chosen the distant place, I s...
When talking about Chinese chips, Ni Guangnan is indispensable. Let’s learn more about the relevant content with the embedded editor.
Since he co-founded Lenovo in 1985, Ni Guangnan has been s...[Details]
Profit growth of 85% in 2017, target revenue of 12.5 billion yuan in 2018: The company released its 2017 annual report, achieving revenue of 8.886 billion yuan, a year-on-year increase of 48.01%; prof...[Details]
In the previous article, I wrote a simple GPIO running light test, which looked a bit monotonous. I was used to serial port debugging. If there was no serial port on the board, I had to find another ...[Details]
In 1952, Bell Labs built a 6-foot-tall automatic number recognition machine called "Audrey", which could recognize the pronunciation of the numbers 0 to 9 with an accuracy of more than 90%. And its...[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]
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]
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]
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 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]
1. Function and purpose There are two pins BOOT0 and BOOT1 on each STM32 chip. The level status of these two pins when the chip is reset determines which area the program starts from after th...[Details]
I encountered a problem when debugging the STM32 system clock setting: TIM2 timing 1Ms, TIM2 interrupt service function time++, LED state changes when time=100. After the program runs, I found that t...[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]
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]