-
The trade war between China and the United States has become the focus. The United States has begun to play the ban card against Chinese technology companies. The ZTE incident shows that if the ban...[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]
-
STM32 uses FSMC to read and write CPLD programs. CPLD is hung on the address line and data line of STM32. CPLD is regarded as an off-chip RAM for reading and writing. On the board I made, CPLD is hun...[Details]
-
The day before yesterday, another mainland technology company submitted a prospectus to the Hong Kong Stock Exchange. The company is called "Jia Nan Creative (hereinafter referred to as 'Jia Nan')"...[Details]
-
One addend is in the on-chip RAM 40H, 41H, 42H units, the other addend is in the on-chip RAM 43H, 44H, 45H, and the sum is stored in the 50H, 51H, 52H units, with the carry bit stored in 00H. Please ...[Details]
-
Requirements: Set timer T1 as an external event counter, count 500 pulses every time, then switch T1 to timing mode and output a positive pulse with a width of 10ms at P1.2. Over and over again. A...[Details]
-
According to a report by Russian News Agency on November 23, Alexander Hanin, founder and general manager of VisionLabs, a Russian facial recognition software development company, believes that in ...[Details]
-
About a dozen years ago,
AMD
was also a rival to Intel. It can be said that the two microprocessor manufacturers have been in love and hate for many years, which is completely a commercial ...[Details]
-
Program for MSP430 controller LCD SED1335 //------------------------------------------------------------ //------------------------------------------------------------ #define WC_ADD XBYTE #defi...[Details]
-
On June 25 this year, in Guangzhou, at an energy forum held by British oil giant BP Group, Zhao Daiqing, a researcher at the Guangzhou Institute of Energy Conservation of the Chinese Academy of Sci...[Details]
-
// Coarse delay function, microseconds void delay_nus(u16 time) { u16 i=0; while(time--) { i=10; //self-defined while(i--) ; } } //Millisecond delay ...[Details]
-
STM8S has a powerful clock system, which provides a high-speed 16M RC oscillator and a low-speed 128K RC oscillator. The clock controller is powerful, flexible and easy to use. Its purpose is to enab...[Details]
-
EEPROM is a memory often used in microcontroller application systems. It is mainly used to save some data that needs to remain unchanged after power failure. In previous microcontroller systems, an E...[Details]
-
The hardware involved in this section of the program is relatively simple, mainly to examine the application of the stm32 clock I will not say much about the principles. The reference books are: "ST...[Details]
-
I recently used USB and later found that STM32F103 can implement DFU programmatically. I searched the code online and compared it with the official document and found that it was DFU for large-capaci...[Details]