PANJIT is a global IDM that offers a broad product portfolio including MOSFETs, Schottky diodes, SiC devices, bipolar junction transistors and bridges. The company aims to meet the needs of customers in various applications such as automotive, power, industrial, computing, consumer and communications. Their vision is to power the world with reliable quality, energy-efficient and efficient products, bringing a greener and smarter future to people. The company's core values include innovation, responsibility, customer-centricity, learning and growth, mutual trust and collaboration.
When using the RSL10-002GEVB board, the first thing I did was to look for the official information. I didn't expect that the official getting started guide was inconsistent with the actual situation. ...
dql2016onsemi and Avnet IoT Innovation Design Competition
[i=s]This post was last edited by Hot Ximixiu on 2020-12-1 22:05[/i]msp430g2553 has 8 external channels for input. The following program will complete the 3-way input to control the on and off of 3 LE...
[i=s]This post was last edited by jinglixixi on 2020-10-19 16:26[/i]Ever since I got my first CH554 development board, I have been looking forward to having a development board that can read USB flash...
The P4 port of the single-chip microcomputer controls the segment code of the 8-bit integrated digital tube, using 8 common cathode LED digital tubes. The P5 port of the single-chip microcomputer is u...
Let me introduce myself first: AM2302 digital temperature and humidity sensor is a temperature and humidity composite sensor with calibrated digital signal output. It uses dedicated digital module a...[Details]
What is the general form of a C51 function definition? How do I define an interrupt handler? How do I select a working register bank? Answer: Return type function name (parameter list) { Lo...[Details]
1. Introduction
With the development of electronic technology, complex programmable logic devices (CPLDs) are increasingly being used in electronic instruments due to their high speed, high re...[Details]
UltraSoC has won the Best of Show award in the security category from industry portal Embedded Computing at the Embedded World 2020 conference held in Munich, Germany not long ago. The Best of Show a...[Details]
1. Introduction to MC68K CPU The MC683xx series of microcontrollers are composed of the famous MOTOROLA 32-bit microprocessors such as MC68K, 68020, 68040, and the compatible 68K, CPU32, CPU3...[Details]
With the launch of Xiaomi 11, the 2021 Snapdragon 888 flagship phone "war" also kicked off. Not long ago, several mainstream mobile phone manufacturers started preheating their flagship phones equipp...[Details]
Here is a detailed description of the configuration of the DMA CONTROL register (DCON), which then leads to the various working modes of DMA. Atomic transfer: refers to a single atomic operation of D...[Details]
How to identify the quality of LED power supply? We can identify it from the following points: First, driver chip: IC The core of the driver power supply is the IC, and the quality of the IC di...[Details]
//HJSMSY-V1.0 MCU development board test program //--------------------------------------------- // Computer clock //---------------------------------------------
//=======Main function==========...[Details]
Refer to the serial communication experiment of atomic stm32f series and transplant the program code to the stm23l series. 1. Using the serial port interrupt mode, the serial port generates an inte...[Details]
Everyone may know that the probe needs to be calibrated and compensated, but many people may not be able to explain why it is necessary and what the underlying reason is. Today I will share with you,...[Details]
//Use LED digital display to display the number 5
#include //Contains the header file for the 51 MCU register definition
void main(void)
{
while(1){
P2=0x7f; //P2.0 pin outputs a low level, the...[Details]
A logic analyzer is an instrument that uses a clock to collect and display digital signals from a test device. Its main function is to determine the timing. Unlike an oscilloscope, a logic analyzer ca...[Details]
With the development of automotive ADAS, the requirements for vehicle-mounted data transmission rates are getting higher and higher. The corresponding Ethernet transmission rate has reached more th...[Details]