I didn't succeed last night, I was very depressed! I didn't bring a multimeter and couldn't check it. Today, I carefully checked it myself and found that the soldering chip was cold! First, the PWM de...
When I was debugging the program in single step, when I set the 8th breakpoint, the prompt "insufficient resources" appeared, and then I couldn't set the breakpoint. No matter which sentence I was in,...
HuaDa MCU Design Considerations Flash and Serial Programming Application Notes
User programs should pay special attention to internal FLASH erasure
Use internal RC master clock RCH to switch frequency...
I am currently using vxworks5.5. The compressed bin file of vxworks impression is placed in the flash. When the system starts, the bin file in the flash is decompressed to the memory, and then jumps t...
ZTE
The communication embargo incident has impacted the communication industry and sounded the alarm for the semiconductor industry. Let's follow the embedded editor to learn more about the r...[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 previous article, I wrote a simple GPIO running light test, which looked a bit monotonous. I was used to serial port debugging. If there was no serial port on the board, I had to find another ...[Details]
This part of the code in the void SystemClock_Config(void) function in the main file generated by stm32cubemx RCC_OscInitStruct.OscillatorType = RCC_OSCILLATORTYPE_HSE; This bug occurs, and the f...[Details]
Function List and Notes (lower-level driver part) 1. IO port initialization: control IO and communication IO. Control includes power control, reset and low power mode. Communication is the serial po...[Details]
After studying the F4 FSMC method to drive the touch screen for a few days, I have gained some understanding, which are listed below. The unorganized record is only for my own reference in the future...[Details]
In 1952, Bell Labs built a 6-foot-tall automatic number recognition machine called "Audrey", which could recognize the pronunciation of the numbers 0 to 9 with an accuracy of more than 90%. And its...[Details]
Although it is early summer, the Chinese smartphone market is still in the cold winter, just like Beijing in April with snow. For mobile phone brands caught in the middle, the cold is even more bit...[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]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[Details]
When Amazon quietly launched a product called Elastic Computing Cloud 12 years ago, the Internet industry in China, across the ocean, also ushered in an unprecedented development opportunity. Let's...[Details]
I have been working on a stm32 project recently and have been struggling with its startup method. I saw a good article and reposted it. The format of the original article is not very good, and there...[Details]
Today I am using the AD function of the stm8s microcontroller. There are ten channels from AN0 to AN9 on the microcontroller. I want to use only three of them, AN5 to AN7. //ADC initialization void A...[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]