-
Overview The running light is the first program that every embedded developer implements when they get a new controller. This article records the process of implementing the running light on the Frie...[Details]
-
OFweek Cup · OFweek 2023 China
Robot
Industry Annual Selection (abbreviated as OFweek Robot Awards 2023) is jointly organized by OFweek, China's high-tech industry portal, and its authorita...[Details]
-
Now, the switch tubes in the fields of home appliances, lighting, automotive electronics, etc. are all replaced by high-performance MOS tubes to replace the high-power transistors in the past, whic...[Details]
-
Renesas Electronics Expands Product Lineup with Industry's Smallest Photocouplers
Suitable for industrial automation and solar inverter applications
New IGBT drivers and IPM...[Details]
-
The MagSafe charger works with the iPhone 12 to charge at a maximum of 15W. Technically, the MagSafe charger is compatible with older iPhones, but it should be noted that the charging speeds for no...[Details]
-
// The default frequency of the STM32 system is HSI -- 8 MHz // Adjust the system clock frequency to 36Mhz void Clock_Init(void) { // In order to double the frequency, use the PLL frequency multipl...[Details]
-
* The read and write programs of x25045 are written in c51*/ #define CS P2.7 /*MCU p2.7 is the chip select, you can change it to your actual pin*/ #define SO P2.6 /*Data output*/ #define SK...[Details]
-
I've been using MCP3421 recently and need to use the IIC interface. The MCU I use is STM8S105K6T6. I spent an afternoon trying to configure the IIC interface using the MCU's internal IIC peripherals,...[Details]
-
[The Ministry of Industry and Information Technology said that humanoid
robots
will be mass-produced by 2025]
The Ministry of Industry and Information Technology recently issued the ...[Details]
-
In recent years, as electronic devices have increasingly higher requirements for power efficiency and charging speed, coupled with various new demands for power management brought about by 5G communi...[Details]
-
As we all know, automakers require parts used in cars to meet the AEC-Q series certification standards; among them, AEC-Q100 is widely regarded as the so-called automotive certification. Many manuf...[Details]
-
The topology of power supplies is mainly divided into non-isolated and isolated.
In the non-isolated type, there are mainly two types: series and parallel, and there is also a polarity reversal, whic...[Details]
-
In this article, you will learn about the trends in the AD/ADAS market, customers’ expectations of semiconductor suppliers, and Renesas’ strategy in the AD/ADAS market. Head of Function Unit, Busin...[Details]
-
#include stdio.h #include "N76E003.h" #include "Common.h" #include "Delay.h" #include "SFR_Macro.h" #include "Function_define.h" #define Key1 P01 // STOP button #define Key2 P10 // UP button #...[Details]
-
In C language, initialized global variables exist in the data segment, initialized local variables exist in the stack, space allocated by malloc exists in the heap, and uninitialized global variabl...[Details]