When it comes to 51, I believe everyone has a lot to say, so every article is very brilliant. For this reason, we took great pains to make this difficult choice.I hope that friends who won awards will...
Purely handmade, a bit ugly :lol There are two potentiometers in the front, one for adjusting the output voltage and the other for adjusting the current limit. The output voltage is OK, I am quite sat...
In the example of debugging the virtual serial port, when the serial port debugging tool is used to send 64 bytes of data from the PC, the STM receives 128 data. However, when the same 64 bytes are se...
As the technological development continues to accelerate, more and more people are forced to work in a tight time and place. As the speed of urbanization continues to expand, not only the traffic netw...
I bought an msp-exp430fr5739 development board on Taobao. I encountered a problem. I think there is something wrong with the development board. Of course, it is also possible that my skills are not go...
Guangdong Traffic Regulation No. 355
To all municipal transportation bureaus (commissions) above the prefecture level, provincial transportation groups, Guangdong Power Grid Compa...[Details]
Recently, the Provincial Development and Reform Commission and the Provincial Poverty Alleviation Office jointly organized the application for a number of centralized photovoltaic poverty alleviation ...[Details]
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]
1. Determination of STM32 ADC sampling frequency 1. First, read some information to determine the ADC clock: (1) The ADCCLK clock provided by the clock controller is synchronized with the PCLK2 (A...[Details]
According to MEMS Consulting, Japan's
Toshiba
will further develop its automotive
LiDAR
(laser radar) semiconductor business, mainly focusing on: (1)
light receiving elements use...[Details]
Artificial intelligence
There is no inherent bias in AI. It does not "think" something is true or false for reasons that cannot be explained by logic. Unfortunately, human bias exists in mach...[Details]
I am going to do a project recently, which requires counting the frequency and duty cycle of the external PWM signal. The chip used is STM32F207 Looking at the datasheet, I found that one of the ma...[Details]
The watchdog timer is used to prevent the program from running away due to strong interference noise caused by power supply, space electromagnetic interference or other reasons. Many microcontrollers...[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]
In order to strengthen the traceability management of recycling and utilization of power batteries for new energy vehicles, and to standardize and guide all relevant parties to fulfill their tracea...[Details]
Making a digital sampling oscilloscope has been my long-standing wish, but after all, this goal is quite difficult, and there are too many aspects involved, such as analog front-end circuit, high-spe...[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 analog watchdog of the ADC is used to check if the voltage is out of bounds. It has two upper and lower bounds, which can be set in the registers ADC_HTR and ADC_LTR respectively. The library fun...[Details]
Summary of STM32 peripheral DMA usage: 1. Select DAM mode according to your needs: (1) Circular mode—DMA_Mode = DMA_Mode_Circular (2) Normal mode—DMA_Mode = DMA_Mode_Normal 2. For Chanel3 of DMA1, t...[Details]
/*----------------------------------------------- Name: IIC protocol PCF8591 AD/DA conversion Content: Use DA input, digital tube display output digital quantity, LED display analog voltage size ...[Details]