OK, welcome to the learning journey of electronics beginners. I hope that while watching, you can list the questions you have about what I said. Thank you~~
Ahem, in general, after helping engineers d...
Tiva TM4C1233H6PM does not include a PWM module. I use the Tiva TM4C123GH6PZ Microcontroller manual. Now that I have completed the translation, I have compared the Tiva firmware library with Zhou Ligo...
Is it appropriate to buy a mobile hard disk now? How much cheaper can it be during the summer vacation? My computer always breaks down, and sometimes I need to format the whole disk to reinstall it. I...
[i=s]This post was last edited by azhiking on 2014-1-26 20:41[/i] [color=#000][backcolor=rgb(247, 252, 255)][font=微软雅黑][size=1]Time flies by so fast. How come we have a holiday in a flash? It's really...
I have recently learned about the SSP bus and have conducted a series of experiments, but I cannot get the correct results. I hope that experienced netizens can discuss this together. There is no resp...
In our common sense, the word technology often has two definitions. The first is the technology sealed in the laboratory. They are like flowers on the mountain top. Only a few people on the mountai...[Details]
In the war without gunpowder between China and the United States,
ZTE
has become a new victim. The seven-year chip ban by the United States has pushed this communications giant to a life-or...[Details]
For STM32, there are two ways to reset the software: 1) Use the official software library The system reset function is directly provided in the stm32f10x_nvic.c file of the official software li...[Details]
When Amazon launched its first
cloud computing
service, the outside world was not optimistic about this direction, as it had high investment, low profits and many uncertainties. Let's follo...[Details]
1. The first project We are going to create the first project, which is mainly for project analysis, so that we can understand how CubeMX works and how to trace the code logic. Okay, no more nonsense...[Details]
1. About FPU transplantation As long as the chip has FPU function, the use of FPU is generally enabled by default. You can also select it in the Options tab; 2. About the transplantation of DSP li...[Details]
I have always wanted to write some posts and blogs, but I just couldn't bear to do it as I just graduated. After some preparation, I decided to write down some of the things I learned in the past few...[Details]
This is my first time writing an STM32 program. I have many questions to ask. I want to convert the data of the SO of MAX6675 into the actual temperature and read it out using the serial port tool. I...[Details]
Time flies. Since the beginning of 2018, news related to home appliance companies have repeatedly made headlines, and competition in the home appliance market continues to intensify. In order to be...[Details]
China Energy Storage Network News:
The State Grid Corporation of China, this elephant, is planning to turn around and enter the emerging power service market.
The rallying cry for the tr...[Details]
In most countries, the military is a fairly large group, and the health of soldiers is particularly important to the combat effectiveness of the army. The US Department of Defense's Advanced Resear...[Details]
As the brain of a mobile phone, the mobile phone processing chip is of great importance. Xiaomi, which started out as the MIUI company, has long been keenly aware of the gap between China and devel...[Details]
//Observe the difference between feeding the dog and not feeding the dog, and use the LED indicator of the PB port for status indication. //Switch the LED indicator enable switch of the PB po...[Details]
The first one is a DMA mode of multiple channel acquisition void ADC_DMA_Config(void) { ADC_InitTypeDef ADC_InitStructure; RCC_HSICmd(ENABLE); while (RCC_GetFlagStatus(RCC_FLAG_HSIRDY) == RESET); ...[Details]
How to convert the pin voltage value into V using the built-in ADC of STM32? V(ADC) = Value(ADC) * V(ref)/4096 (The ADC of STM32 is 12 bits, so the maximum value of the AD word is 4096)
Where V(ADC...[Details]