5. For packaging details, go to our website at http://www.diodes.com/datasheets/ap02007.pdf.
Marking Information
NXX = Product Type Marking Code, See Table on Page 1
YM = Date Code Marking
Y = Year ex: T = 2006
M = Month ex: 9 = September
NXX
Date Code Key
Year
Code
Month
Code
2002
N
Jan
1
2003
P
Feb
2
2004
R
Mar
3
2005
S
Apr
4
YM
2006
T
May
5
Jun
6
2007
U
Jul
7
2008
V
Aug
8
2009
W
Sep
9
2010
X
Oct
O
2011
Y
Nov
N
2012
Z
Dec
D
IMPORTANT NOTICE
Diodes Incorporated and its subsidiaries reserve the right to make modifications, enhancements, improvements, corrections or other changes
without further notice to any product herein. Diodes Incorporated does not assume any liability arising out of the application or use of any product
described herein; neither does it convey any license under its patent rights, nor the rights of others. The user of products in such applications shall
assume all risks of such use and will agree to hold Diodes Incorporated and all the companies whose products are represented on our website,
harmless against all damages.
LIFE SUPPORT
Diodes Incorporated products are not authorized for use as critical components in life support devices or systems without the expressed written
A trip back home in early spring this year gave me a lot of feelings.My classmates, brothers and sisters only earn one-tenth of my salary in my hometown county, but I am still just a busy middle-aged ...
When developing a program, we often want some global variables to have the desired initial values when they are used. We usually use the following two methods to implement the initial value assignment...
Real-time clock (ERTC )
The real-time clock is used to configure the calendar clock. Modifying the calendar register value in ERTC can modify the current time and date of the system. The ERTC counting...
Shell is a scripting language for Linux. It is very simple to operate and does not require compilation or setting up a development environment. This evaluation uses Shell language to write a program t...
[i=s]This post was last edited by Jacktang on 2019-5-9 23:38[/i] [color=rgb(85, 85, 85)][font="][align=left][size=6]Using single-chip mmWave sensors to achieve cutting-edge intelligent autonomy[/size]...
1. Is the pulse power supply an AC or DC power supply?
It is a DC power supply. The DC pulse power supply is mainly used for electroplating gold, silver, nickel, tin and alloys, and can significantl...
In order to save its $39 billion merger proposal from failing, the Hong Kong Stock Exchange (HKEX) has officially launched a three-week charm offensive against major shareholders of the London Stock ...[Details]
DPO70000SX provides ultra-high bandwidth real-time signal acquisition and analysis capabilities up to 70 GHz analog bandwidth. The patented asynchronous timing interleaving (ATI) structure provides t...[Details]
Ⅰ. Write in front There are many contents in Keil online debugging. This article brings the commonly used contents in online debugging: detailed contents of shortcut buttons in Debug Toolbar (reset, ...[Details]
1. Experimental Purpose Master the steps of using the 51 single-chip microcomputer development board; Master the installation process of the software required for the 51 MCU development board; Take...[Details]
Infineon Technologies AG expects significant growth in automotive 48 V systems in the coming years and is expanding its portfolio of related power devices. To meet the different requirements of diffe...[Details]
The multimeter is the most commonly used among our electrical testing instruments. There are many tips for using a multimeter. Today, the editor of Study.com will analyze with you the working princip...[Details]
Recently, Beijing HIMU Computing Technology Co., Ltd. (hereinafter referred to as "HIMU Computing") underwent industrial and commercial changes, with the addition of new shareholders Jiangsu Jingdong...[Details]
The oscilloscope
uses two different methods (described below) to calculate a rolling
average
.
General approach
If your oscilloscope is set to average four acquisitions...[Details]
In September 2002, the DCS monitoring system (MACS system) produced by Beijing Hollysys Company was introduced during the renovation of the Hejian stabilization station in the North China Oilfiel...[Details]
The innovative Current Controlled Frequency Flyback (CCFF) technique enables analog power factor correction (PFC) controllers to deliver high efficiency over the full load range, with other known ben...[Details]
summary
Photovoltaic power generation, as a member of the new energy industry, is increasingly accepted and recognized by society. It is unmatched by other energy industries in terms of en...[Details]
The prices of large-size panels continue to plummet, and the main reason may come from domestic manufacturers. As downstream market demand weakens, LCD TV panel prices continue to decline, and the ...[Details]
/* Call all initialization functions in a loop*/
for (init_fnc_ptr = init_sequence; *init_fnc_ptr; ++init_fnc_ptr)
{
if ((*init_fnc_ptr)() != 0)
{
/* When each function fails to...[Details]