South China Sales Engineer South China: The regional office is located in Xiamen headquarters, responsible for Fujian, Guangdong, Guangxi, Hainan, Jiangxi. Main work:
1.Responsible for the sales promo...
Programming Microcontrollers with Python: Experience the Power of Embedded PythonFor the first time, microcontrollers are powerful enough to be programmed in Python. The landscape of embedded systems ...
ON Semiconductor Joins Mobile Communications Industry Processor Interface Alliance2004-04-26 ON Semiconductor recently announced that it has joined the Mobile Industry Processor Interface Alliance ...
Assemble dataFirst, assemble the data through the sprintf function.Tips for assembling data:length = 0;sprintf(Storage+length, "Rr=%4.3f", g_StrComm.aSBuf[0]);length = strlen(Storage); //strlen =12spr...
I bought a 7-inch TFT screen some time ago, but I don’t know how to find the information about it. I can’t find any information about it online. I beg you to help me!...
[font=新宋体][size=4] I posted this so that I can find these things in the forum later. As a human being, there will always be times when you forget. If you write them down, development will be smoother....
【JDPCB】Qisda is introducing smart factories in phases. Chairman Chen Qihong said yesterday (25th) that through high automation, order delivery can be accelerated. The current benefits have reached a...[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]
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]
The last two blogs talked about a version problem of STM32CubeMX and the problem of hardware reset. When you solve these two problems, you will find that after the program is burned into the board, t...[Details]
Automotive LCD Instrument Clock EMI Solution As early as 2014, the market size of China's automotive full LCD instrument has reached 3.506 billion yuan, and it is expected that by 2020, this s...[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]
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]
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]
1) Independent watchdog has no interrupt, window watchdog has interrupt 2) Independent watchdogs can be divided into hardware and software, while window watchdogs can only be controlled by software...[Details]
The clock system of STM32 can be directly summarized in a diagram (from the STM32F10X reference manual). The following is an analysis of this diagram 1. STM32 input clock source 1.1 Function of cl...[Details]
In 2014, the production and sales of new energy vehicles in China exceeded 80,000 units, and the development trend is encouraging. In order to enable new energy enthusiasts and junior R&D personnel t...[Details]
Homemade LED Electronics Clocks can be seen in many electronic newspapers and magazines, but most of them need to reset the time and other parameters after power failure, which brings a lot of inco...[Details]