As the title says, I just want to ask some questions related to bootload, but there are too few people participating... Is it that everyone disdains this very basic thing, or is it that this thing is ...
A project at hand uses stm32 207 as MCU and MARVELL60xx series as switching chip. Now I have a problem. In the initialization code shown below: int main(void) { DebugComPort_Init(); /*Initialize RS232...
[align=left][color=#000]Reprinted from: deyisupport[/color][/align] [align=left][color=#000]For an end user, turning on an electronic device is simple; just press a button and it's done. However, a lo...
From: https://blog.adafruit.com/2019/06/13/circuitpython-4-1-0-beta-0-released/
The biggest feature of 4.1.0 is speed! Python's general execution speed will be 2-5 times faster, and the display will r...
[align=center][size=5][b]Recommendations for quality books on embedded development (II) --- Embedded hardware design [/b][/size][/align] [size=4]With the rapid development of electronic technology, fo...
Recently, the first Digital China Summit was held in Fuzhou, attracting many domestic ICT industry giants to participate in the exhibition. The long queues outside the venue, the noisy and exciting...[Details]
Wang Xiaochuan, the "Wudaokou Goalkeeper", is going through a level that he has never gone through before. For example, Sogou's (NYSE: SOGO) financial report, artificial intelligence, and the futur...[Details]
【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]
We have come a long way from the 2G era, and now 5G is about to be commercialized. Suddenly, we realize that time has passed quickly, but technology has never stopped. The activation of 5G heralds ...[Details]
Recently, there was news that the US government asked Google to shut down the Android operating system for ZTE phones. After that, some people even imagined what the consequences would be if Intern...[Details]
introduction STM32 has many registers, which are difficult to remember, so the official packaged two sets of library functions. One is the standard library, but the official has not updated it on F7,...[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]
This example is mainly to familiarize yourself with the register configuration of Timer A and the configuration method of IAR. /*********************************************** Program function: re...[Details]
In recent years, the application of high-brightness LED has developed rapidly, especially in signboards and traffic lights. For automotive applications, LED is also very attractive. Long life, shock ...[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]
STM32 Watchdog Summary I have been adjusting the development board of Atom Brother for more than a year, and it is basically usable, but I still don't understand the working mechanism of some basi...[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]
The storage media corresponding to the three boot modes of STM32 are built-in to the chip, they are: 1. User Flash = Flash built into the chip 2.SRAM = RAM area built into the chip, which is the m...[Details]
STM32 ADC multi-channel conversion Description: Use ADC to continuously collect 11 analog signals and transfer them to memory through DMA. ADC is configured to scan and continuously convert mode,...[Details]
When the program starts running, light A turns on for 5 seconds, then turns off, light B turns on for 5 seconds, light B turns off, light C turns on for 5 seconds, light C turns off, the program ends...[Details]