MakerBot 3D Printing Basic Skills : https://training.eeworld.com.cn/course/1971[size=4]An in-depth look at MakerBot 3D printers, and some tips and tricks for successful 3D printing. [/size]...
I don't know why everything works fine when I use jlink debugging on a desktop computer, but sometimes single-stepping on a laptop will cause axd to freeze. I'm very depressed and don't know how to so...
[i=s]This post was last edited by Jacktang on 2019-6-17 12:01[/i]As small as a pen tip!!! TIDA-00793 is an automotive resistive bridge pressure sensor interface reference design. This reference design...
I saw an adc driver code that used request_irq(); but there was no statement in the program to turn on the adc interrupt enable bit of the interrupt-related register. I am a novice who switched from M...
I'm debugging a TFT screen recently, and the words on the screen are ghosting. I don't know what the problem is? I hope there are experts who can give me some advice....
The heavy social work takes up too much of our time. Outside of the eight-hour workday, do the EEWORLD forum members still cherish our former dreams and hobbies, and have been quietly exploring and st...
Recently, the U.S. Department of Commerce announced that it would prohibit companies in the country from selling any electronic technology or communication components to ZTE, a Chinese communicatio...[Details]
All relevant units:
In accordance with the relevant requirements of the provincial and municipal electric vehicle charging infrastructure construction work, in order to further standardize the...[Details]
The Wassenaar Arrangement, everything started during the Cold War. Let's learn more about it with the embedded editor.
background
After the end of World War II, the United States ...[Details]
As many companies listed with
the concept of
touch screen
begin to "transform and upgrade", the official voice of the TP industry is getting smaller and smaller. At the same time, the list o...[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]
According to the description provided in the official manual of ST, it is not difficult to see that the ADC analog watchdog is actually that the user can set an upper and lower limit of the AD value...[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]
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 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]
For complex calculations, the speed of the microcontroller is too slow. The best way is to manually calculate all the results in advance, store them in ROM in sequence, and then directly check the re...[Details]
I have been working on single-chip microcomputers for several years, and I have always wanted to make a series of summaries. It happened to rain today. As the saying goes: Rainy days are good for...[Details]