Hero: I have always wanted to learn microcontroller programming in a short period of time. But I don't know how to do it. I saw someone recommend buying a development board. Can you help me with this?...
What is the difference between Tx and INTX marked by red arrows in the figure below? Does the dashed line above INTX mean that the voltage coming from INTX is low?...
As the title says, I am planning to DIY a MCU learning board with VGA display function. I would like to hear your suggestions on how to determine the function....
Many components like to use NAND gates and NOR gates, so that the input and output are inverted. It feels very troublesome. Is there any reason for this?...
The solution this time is actually mainly my problem: macro definition #define USART_USB_IRQHandler UART5_IRQHandler in uart.h In uart.c file void USART_USB_IRQHandler (void) { HAL_UART_IRQHandler(&Ua...
The specific situation is as follows:
Option BYTE and Data Memory can be programmed separately, so the wiring error problem is ruled out.
But the Program Memory cannot be burned. The message is: faile...
The Sino-US trade war has already started. Trump's series of actions have had a negative impact on the global economy, such as increasing tariffs on Chinese companies and restricting domestic compa...[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]
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]
In simple terms, high-end chips solve many complex problems, mid-range chips solve a single complex problem, and low-end chips solve a simple problem. Let's learn more about the relevant content wi...[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]
After we understand the use of libopencm3, we find that libopencm3 is only suitable for small projects. Its biggest feature is the convenience of USB. So when we configure large projects, is there a ...[Details]
LAN8720 test code arrangement 1. Modified based on two projects, namely "Experiment 55 Network Communication Experiment" of Zhengdian Atom ATK and "STSW-STM32070" routine of ST official The hardware ...[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]
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 the Chinese automobile market, the trend of new energy vehicles and driverless cars is leading the transformation of China's automobile industry. As the world's largest automobile market, "Chinese...[Details]
The F1 racetrack is roaring with engines, and a fierce F1 race is about to begin. I am not a fan of racing cars, and I have nothing to do with this world, but
I spent a special day here
because...[Details]
Temperature, humidity and irradiance are must-measure items in the photovoltaic industry. However, most of the current data collection is done by storing data in USB flash drives for offline analys...[Details]
According to the description provided in the official manual of ST, it is not difficult to see that the ADC analog watchdog is actually that the user can set an upper and lower limit of the AD value...[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]
1) ADC multi-channel acquisition: (Multi-channel acquisition must use scanning mode. In scanning mode, the channels of the rule group share a register, so DMA transmission must be used; to prevent da...[Details]