Scanning tunneling microscope (STM) may sound unfamiliar at first.
But its status in the scientific community is extraordinary - it allows humans to observe the local structure image of the surface la...
I found a volume adjustment program on the Internet, and modified it to suit my board. The program is adjusted correctly but the function cannot be realized. I need help from the experts. It's urgent....
"It is better to teach a man to fish than to give him a fish." Tianqian Technology teaches you how to use and develop in a responsible manner to help you soar in the sky of embedded systems! Reply to ...
When I convert AD to gerber file and import it into CopperCam, the imported circuit diagram is wrong. The circuit diagram imported by CopperCam is not the circuit diagram drawn by AD. Can any expert s...
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]
background After the hardware engineer completed the PCB and schematic design, the routine was modified according to the tutorial of Zhengdian Atom to verify the correctness of the hardware. STM32F...[Details]
LAN8720 configuration: IP: 192.168.192.30 Gateway: 192.168.192.1 A high frequency of ARP packets is detected The content of the packet asks for the mac address of 192.168.192.1, and asks the resp...[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]
The independent watchdog of STM32 is driven by a dedicated internal 40Khz low-speed clock, that is, it is still effective even if the main clock fails. Here we need to note that the clock of the inde...[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]
In one of my products, there are two chips, AVR and PIC, at the same time. When AVR drives the relay, then drives the contactor. PIC is used for display. I found that PIC actually has a little interf...[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]
With the development of human society, people's travel needs are increasing, the number of cars is also increasing, the resulting air pollution problem is becoming more and more serious, and the sa...[Details]
The industry generally believes that hybrid beamforming (Figure 1) will be the preferred architecture for 5G systems operating at microwave and millimeter wave frequencies. This architecture combin...[Details]