[font=微软雅黑][size=3] Who would have thought that a single 8G DDR4 2400 memory stick that cost less than 300 yuan last year would now cost three times more. I heard that one of the reasons for the price...
The brightness of the LED is adjusted by PWM and controlled by touch buttons.
When the button is touched, the duty cycle gradually increases and remains constant when it is released. Touch buttons k1 ...
Dear friends, TI's EXP430F5529LP has upgraded its firmware to [color=rgb(0, 0, 0)][url=http://www.deyisupport.com/question_answer/microcontrollers/f/23/t/109311.aspx]simpleUsbBackchannel[/url][/color]...
Daily patrol~~ I saw someone mention 3D printed PCB. I think 3D printed PCB will be feasible, but does 3D printed PCB exist now? Will this become a trend in the future? What impact and influence will ...
[size=5]It is common for single-chip microcomputers to have grounding for peripheral components. How do you determine whether it is connected to analog ground or digital ground? Is it based on the pro...
1. Problem When developing STM32 with IAR, I found that I could not print floating point numbers by redirecting printf to the serial port. The code is as follows: The output is as follows: It can...[Details]
Overview
Lightning is a strong discharge phenomenon that occurs between thunderstorm clouds and between thunderstorm clouds and the earth due to severe convective weather. Lightning is gen...[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]
In the development of artificial intelligence, talent reserve is undoubtedly an important part. Artificial intelligence should be a bottom-level technology that can be deeply embedded in any indust...[Details]
What is SYSTICK: This is a 24-bit system tick timer, SysTick, with automatic reload and overflow interrupt functions. All microcontrollers based on the Cortex_M3 processor can obtain a certain time ...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
****************************************************************** 1. The operand is in register, R0--R7 2. Operands are in internal RAM 3. Operands are in external RAM But they are all similar. For ...[Details]
Manually assemble the following program machine code and analyze the execution function of the program segment. CLR A MOV R2, A MOV R7, #4 LOOP: CLR C MOV A, R0 RLC...[Details]
It is required to use timer/counter 1 for timing, with a timing of 1 second; timer/counter 0 for counter, and the external pulse to be counted is connected from P3.4 (T0). The microcontroller will co...[Details]
;The hardware connection circuit of the 51 single-chip microcomputer is as follows: ;P1.3 and P1.4 are each connected to a button; ;P0.0 and P0.3 are each connected to a light-emitting diode; ;P2.0~P...[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]
Take serial port interrupt as an example: like: void serial() interrupt 4 { } and void serial_uart() interrupt 4 { } The functions of both functions are to define the serial port interrupt function. ...[Details]
Homemade LED Electronics Clocks can be seen in many electronic newspapers and magazines, but most of them need to reset the time and other parameters after power failure, which brings a lot of inco...[Details]
MSP 430 MCU key program #include msp430x14x.h #include "key.h" void Init_Port(void) { //Set all pins of P1 port to input mode during initialization P1DIR = 0; //Set all pins of ...[Details]