-
According to reports, the U.S. federal government regulator has recently launched a wider investigation into whether there are problems with Tesla's electric car's autonomous driving technology. It i...[Details]
-
When developing microcontroller programs, many people rely on emulators. Once they leave the emulator to develop programs
, they feel at a loss. In fact, for FLASH memory microcontrollers, you ...[Details]
-
Austrian sensor maker ams is in the process of selling its digital systems division after completing its acquisition of OSRAM, according to people familiar with the matter. In July this year, AMS a...[Details]
-
In order to improve the reliability of the system, the STM32F4 series MCU has an independent watchdog (IWDG) and a window watchdog (WWDG). Today's experiment is about the independent watchdog. The cl...[Details]
-
Recently, the "isolated island" operation strategy of Shanxi Shenquan Power Plant to Yanmenguan Converter Station was reviewed by an expert review committee. A targeted technical solution has been ...[Details]
-
August 8, 2022 – Mouser Electronics, an electronic component distributor focused on introducing new products to drive industry innovation™, announced that it will hold the first special event of Mous...[Details]
-
As one of the most important sensors in the AI vision algorithm system of smart cars, the camera not only needs to see clearly as an extension of the human eye, but also needs to see accurately. Th...[Details]
-
Recently, when debugging UCGUI and UCOSII, the program died inexplicably. I used JLINK to debug and found that it entered HardFault_Handler. There were two main reasons: stack overflow and array out o...[Details]
-
Format date and time string
This function uses the time format code to specify the format and displays the time stamp value or numeric value according to the format.
Note: There is a % before t...[Details]
-
2020 has come to an end. Even with the global outbreak of the COVID-19 pandemic, this still could not stop the rapid development of smartphones. So we also reviewed the development of smartphones in ...[Details]
-
First, learn from others' programming: #define MOSI_H GPIO_SetBits(GPIOB, GPIO_Pin_10) #define MOSI_L GPIO_ResetBits(GPIOB, GPIO_Pin_10) #define SCLK_H GPIO_SetBits(GPIOB, GPIO_Pin_13) #defin...[Details]
-
4. Detailed explanation of the transplantation process:
1. Initial configuration of the standard peripheral library of STM32
The use of the standard peripheral library of STM...[Details]
-
Possible reasons: Maybe you should check if your power supply trace is thick enough, or if the program lights up the LED or buzzer as soon as it starts running? Because the voltage at which the PICmi...[Details]
-
South Korea's Hyundai Motor Group announced on July 3 that it has developed a new engine technology that can significantly improve vehicle performance and fuel efficiency and reduce gas emissions, Yo...[Details]
-
Classification of memory:
Memory has become an indispensable component in PC or embedded hardware platform due to its advantages of fast access speed and simple access method. Before starting ...[Details]