[align=left][font=微软雅黑, sans-serif][size=14px]Recently our department is preparing to purchase oscilloscopes, mainly Agilent[/size][/font][font=微软雅黑, sans-serif][size=14px]InfiniiVision 4000x[/size][/...
In the previous stage, I used a single-chip microcomputer ST arm7 and found a problem: because there are many external devices, and it is difficult to avoid artificial plugging and unplugging of exter...
Features: Can charge single-cell rechargeable lithium batteries using USB port or AC adapter Input voltage range: 4.35V to 6V On -chip power transistor No external blocking diode and current sense res...
[b]Chapter 20 RTC Real-time Clock Experiment[/b][align=left] [/align][align=left]We introduced two LCD modules earlier. In this chapter, we will introduce the internal real-time clock (RTC) of STM32. ...
Can vxsim only be executed in x86 little-endian byte order on Windows? If the target machine to be simulated is a big-endian CPU like powerpc, can vxsim be implemented?...
[i=s]This post was last edited by Xianjing on 2020-11-12 22:41[/i]Preface: Those who work on motor control know that advanced timers are the essence of motor control, including complementary PWM, PWM ...
Wang Xiaochuan, the "Wudaokou Goalkeeper", is going through a level that he has never gone through before. For example, Sogou's (NYSE: SOGO) financial report, artificial intelligence, and the futur...[Details]
In the past few days, the Chinese display panel giant
BOE
has been flooded with articles supported by Liu Shuwei. Let's follow the embedded editor to learn about the relevant content.
...[Details]
1. Purpose In actual product release, if the program stored in the MCU Flash is not protected, some illegal companies may read the program in the Flash through an emulator (J-Link, ST-Link, e...[Details]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
Unique device identifiers are suitable for: ● Used as a serial number (e.g. USB string serial number or other terminal applications) ● Use the unique ID as a security key when used in conjunction wit...[Details]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[Details]
Using Systick timer to achieve delay 1. SysTick timer characteristics The SysTick timer is a 24-bit down counter, that is, when vlue is decremented to 0, an interrupt is triggered and the load va...[Details]
1. Basic Concepts of LCD/LCM The structure of Liquid Crystal Display (LCD) is to place liquid crystals between two parallel pieces of glass. There are many vertical and horizontal fine wires between...[Details]
Nowadays, everyone is saying that "technology is people-oriented". The essence of the development of technology is to serve the improvement of the quality of life of human beings. Automated driving...[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]
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]
If you do not use an external crystal on the STM32, the connection method of OSC_IN and OSC_OUT If you use the internal RC oscillator instead of an external crystal, please follow the following metho...[Details]
1. What is PWM What is PWM? Professionally speaking, it is pulse width modulation. In layman's terms, it is the continuous output of high and low levels. For example, the microcontroller outputs...[Details]
It is required to use MCS-51 microcontroller to sort data. 1. Sort the 8 data in ascending order; 2. The data to be sorted is stored in the internal data memory address units 30H-37H, which are 34H, ...[Details]