-
Dong Yang, executive vice president of the China Association of Automobile Manufacturers, said on the 26th that according to the authorization of the Ministry of Industry and Information Technology...[Details]
-
Recently, the " ZTE
incident"
caused by the Sino-US trade war
has caused heated discussions in the electronics industry. It not only reflects that Chinese companies are lagging behind in the...[Details]
-
In Windows environment, the source code is encoded in UTF-8. If the source file created by STM32CubeMX contains Chinese comments, then using STM32CubeMX to regenerate the source code will cause the C...[Details]
-
WPG Holdings announced that its subsidiary Youshang has launched a wireless smoke alarm solution based on STM and Semtech . With the development of the national economy and the enhancement of...[Details]
-
The STM32 watchdog has two WWDG and IWDG. The biggest difference between the two is that IWDG has only one lower limit for feeding, while WWDG, as the name implies, must be fed within a range to ensu...[Details]
-
Code: void TEST(volatile near unsigned char* IO,unsigned char n,BOOL value) { unsigned char a; unsigned char b; a=*IO; b=0x01; b=b n; if(value) { *IO=a | b; } else { b=~b; *IO=a & b; } } PIC stru...[Details]
-
Semiconductor giant Intel has launched the desktop version of the 8th generation Coffee Lake architecture
Core
processor more than a month ago, and its performance is said to be 30% to 40% ...[Details]
-
Cybersecurity is undoubtedly one of the most important topics for IT experts. This is true for security engineers, CISOs, CIOs, and even CEOs. Let’s learn more about it with the security electronic...[Details]
-
Recently, the 2017 Review and 2018 Outlook Seminar of the Photovoltaic Industry was held in Beijing. Sungrow, a powerful inverter technology company, was invited to attend the seminar. With 20 year...[Details]
-
Regulations and standards are yet to be improved, the public does not pay enough attention to security issues, enterprises strictly control production costs, and have relatively weak security awarene...[Details]
-
; ******************************************** ; Function : RS232 serial port sample program based on HT48R50A * ; MICroProcessor : HT48R50A-1/28SKDIP-A * ; Author: www.picavr.com * ; Crystal ...[Details]
-
;Equal- period pulse width modulation PWM ; Crystal oscillator : 12M Hz ;89C51 P_PWM1 EQU P1.0 cycle EQU 1000 ;PWM cycle (in microseconds), the frequency is 1000 Hz cycle_high EQU 500 ; The time...[Details]
-
On the 19th, Micron announced its first quarter financial report for the 2018 fiscal year (starting from September 1, 2017). The revenue for the first quarter ended at the end of November was $6.8 ...[Details]
-
introduce This application document describes the Atmel? ATMEL MCU, CPLD download line interface; the interface for online programming of AT89SX microcontroller using AT89SISP programmer. AT89ISP s...[Details]
-
/*=========================================================== 20x4 character LCD main program, compilation software (I CC AVR_6.31) CPU internal crystal oscillator 8M data line B0~B7 connects PORT...[Details]