Panasonic Corporation

Size: px
Start display at page:

Download "Panasonic Corporation"

Transcription

1 How to Transmit or Receive Frames Semiconductor Business Division AIS Company Panasonic Corporation 1 AP-MN87400_

2 CONTENTS 1 PURPOSE SEQUENCE TO TRANSMIT FRAMES BASIC TRANSMISSION SETTING DATA IN THE FRAME MEMORY Setting INFO Data Setting SFD Data Setting PHR Data Setting MACBODY START OF TRANSMISSION TRANSMISSION COMPLETION AND FAILURE PROCEDURE FOR RECEPTION BASIC RECEPTION RECEPTION START INTERRUPT RECEPTION COMPLETE INTERRUPT RECEPTION FAILURE INTERRUPT READING FRAMES FROM FRAME MEMORY CLEARING THE BUFFER AP-MN87400_

3 1 Purpose This application note summarizes the settings or sequence necessary to transmit or receive frames using MN87400 or MN To transmit or receive frames, the basic setting at 920 MHz described in the separate application note (AP_MN87400_004_Basic Setting Example) must be initially made as follows: SFD length = 2 bytes PHR length = 2 bytes CRC length = 4 bytes (Automatically appended by hardware) 2 Sequence to Transmit Frames 2.1 Basic Transmission Transmission without carrier sense A frame transmission is performed by writing INFO, SFD, PHR, and frame itself of the frame to be sent in the frame memory for transmission and then writing 1 to the ISSUE_TX bit of the TXFRMCTR register (004h). Completing a frame transmission generates a transmission complete interrupt. (Interrupt will be generated in case of failure.) uc MN87400//401 The other Write INFO. Write SFD. Write PHR. Write MACBOODY. Issue a transmission command. (TXFRMCTR.ISSUE_TX) ISSUE TX Frame Transmission is complete. INTR Figure 2-1 Transmission Sequence (without carrier sense) 3 AP-MN87400_

4 Two interrupts are used for transmission: transmission complete and transmission failure. The content of interrupt can be checked by the INTEVENT register Transmission with carrier sense When performing a carrier sense before transmission, first, write INFO, SFD, PHR, and frame itself of the frame to be sent in the frame memory for transmission. Second, execute carrier sense (Refer to the application note "AP_MN87400_003_RSSI+CarrierSense " for the carrier sense). After the carrier sense is done, if not busy, set the ISSUE_TX bit of the TXFRMCTR register (004h) to 1. Completing a frame transmission generates a transmission complete interrupt. (Interrupt will be generated in case of failure.) uc MN87400//401 The other Write INFO. Write SFD. Write PHR. Write MACBOODY. Request of carrier sense (TXFRMCTR.BKOFF_REQ) Carrier sense is complete. Read of the result BKOFF_REQ INTR RR If carrier sense is successful Issue a transmission command. (TXFRMCTR.ISSUE_TX) ISSUE TX Frame Transmission is complete. INTR Figure 2-2 Transmission Sequence (with carrier sense) 4 AP-MN87400_

5 2.1.3 Transmission expecting ACK frame When ACK reception is used to indicate of transmission frame output from TX frame buffer, set the ACKREQ_TX bit of the TXFRMCTR register (004h) to 1, before a frame transmission. A transmitting procedure follows Section or Section When ACK reception is used for transmission, waits for ACK on certain period, after frame transmission. If ACK is not received, the frame is re-transmitted. When ACK is not received even after 3 times re-transmission (re-transmission limitation can be set by register), transmission process is stopped and Interrupt will be generated. uc MN87400//401 The other Write INFO. Write SFD. Write PHR. Write MACBOODY. Issue a transmission command. (TXFRMCTR.ISSUE_TX) ISSUE TX Frame TX Frame (re-transmission) Transmission is complete. INTR ACK Figure 2-3 Transmission Sequence (expecting ACK frame) 2.2 Setting Data in the frame Memory Two planes of frame memory have been provided: TX frame buffer 1 and TX frame buffer 2. This section describes the way to set a transmission data by using TX frame buffer 1. The same setting is applied to TX frame buffer 2, but address is different. 5 AP-MN87400_

6 000h TX frame buffer 1 (256Bytes) info SFD PHR MHR 3bytes 0-3bytes 0-7bytes 100h 110h 120h 220h 240h ACK(16bytes) RESERVED(16bytes) TX frame buffer 2 (256Bytes) Reserved(32bytes) AUX CoM flag Payload Nonce MAC frame (exclude CRC) 340h 380h 3FFh (1024bytes) RX frame buffer (256Bytes) Reserved(64bytes) RFparams(128Bytes) info SFD PHR FC SQN Figure 2-4 Architecture of Frame Buffer 3bytes 0-3bytes 0-7bytes 2bytes 1bytes TX frame buffer 1 starts from address 000h. Write INFO information to addresses 000h through 002h, SFD information to 003h through 004h, PHR information to 005h through 006h, and MACBODY to 007h and subsequent addresses by the number of bytes required a INFO SFD PHR MAC BODY Figure 2-5 Setting Format of TX Frame Buffer 1 6 AP-MN87400_

7 2.2.1 Setting INFO Data INFO field of 3 bytes is used to specify transmission antenna information and frame length. In this INFO field, set the length of SFD and the frame length (MACBODY length) excluding PHR length. When appending CRC by hardware, set the length including CRC. INFO SFD PHR MAC BODY CRC Figure 2-6 Length of INFO Field Attached by hardware In the format of INFO field, as shown in Figure 2-7, set antenna information in INFO0(000h), and store the MACBODY + CRC length of 11 bits in INFO1(001h) and INFO2(002h) INFO0 ANT Reserved INFO1 Reserved PSDULen[10:8] INFO2 PSDULen[7:0] Figure 2-7 INFO Field Format The data set in INFO field is not output on AIR Setting SFD Data SFD and subsequent data are actually output on AIR. The transmission data is read from the address (003h) in TX frame buffer 1 sequentially in byte units and output on AIR. Before SFD, preamble pattern is output, but it is unnecessary to set preamble data in TX frame buffer 1. Data of multiple bytes (address, etc.) like SFD is stored in TX frame buffer 1 sequentially from the lower bytes. IEEE g defines that SFD = 7209h. In this case, beginning from its lower bytes, to output data on AIR, store the data as follows. TX frame buffer1 (003h) = 09h TX frame buffer1 (004h) = 72h 7 AP-MN87400_

8 2.2.3 Setting PHR Data PHR data is stored in TX frame buffer following SFD. The format of PHR consists of 2 bytes as shown in Figure 2.8. PHR[15:8] Length[7:0] R R PHR[7:0] C R C L D 1 W 0 L 0 9 L 0 8 Data Whitening On(1)/Off(0) CRC Len 2Octet(1)/4Octet(0) Figure 2-8 PHR Format for 2 Octets of PHR Length PHR is also stored in TX frame buffer 1 in the order of lower and upper bytes. For example, when setting Length = 9 octet (= 9 bytes), Data Whitening = OFF, and CRCLEN = 4 octet, PHR becomes 0900h. Therefore, set the following. TX frame buffer 1 (005h) = 00h TX frame buffer 1 (006h) = 09h Setting MACBODY MACBODY is a frame itself. Write the data of bytes specified by the length of INFO in TX frame buffer 1. To calculate CRC automatically by hardware, the number of bytes, length in INFO field length of CRC, is used for data transmission. When the length in INFO is set to 9 and CRC length is 4 bytes, the effective length of MACBODY is 5 bytes. In IEEE g, the first 2 bytes of MACBODY are defined as the FC part. FC part includes the information on ID lengths, the existence of an ACK demand, etc. When the frame of ACK expectation is transmitted, set TYPE= 001 or 011, AR =1 and other bits to 0. If not expectation, set all FC bits to 0. 8 AP-MN87400_

9 BEACON/DATA/ACK/COM FRAME (TYPE= ) FC part bit position SRC ADDR MODE VER DEST ADDR MODE IE PRESENT SQN Suppression PANID COMPRESS RESERVED AR PENDING SEC TYPE DATA FRAME (TYPE=101) FC part bit position IE PRESENT AR VER PENDING SQN Suppression SEC PANID PRESENT SRC ADDR MODE DEST ADDR MODE TYPE Figure 2-9 format of FC part If you wish to send MACBODY in the order of 11h, 22h, and 33h except FC part, the data stored in TX frame buffer 1 is in the following order, beginning from the address of 000h. The example of a frame of ACK expected nothing ----INFO SFD--- --PHR MACBODY CRC FC--- 00h 00h 09h 09h 72h 00h 09h 00h 00h 11h 22h 33h 00h 00h 00h 00h The example of a frame of ACK expected ----INFO SFD--- --PHR MACBODY CRC FC h 00h 09h 09h 72h 00h 09h 21h 00h 11h 22h 33h 00h 00h 00h 00h The portion of CRC is automatically calculated by hardware, so no data setting is required. In this example, the portion of CRC is padded with 00h. 9 AP-MN87400_

10 2.3 Setting of ACK expected To set of ACK expected, use ACKREQ_TX0 (or ACKREQ_TX1) of the TXFRMCTR register (004h). In this section, data has been stored in TX frame buffer 1, so set ACKREQ_TX0 to 1. RegisterName Address RW Default TXFRMCTR 004h RW 0000h Validation bit bit 15 bit 14 bit 13 bit 12 bit 11 bit 10 bit 9 bit 8 Reserved REST_CAL SYMCLK _STP bit 7 bit 6 bit 5 bit 4 bit 3 bit 2 bit 1 bit 0 BKOFF_ BKOFF_ TX_FRM_PROP ACKREQ_ ACKREQ_ ISSUE_ ISSUE RESULT REQ TX1 TX0 TX1 _TX0 (Read Only) 2.4 Start of Transmission To start a frame transmission, use ISSUE_TX0 (or ISSUE_TX1) of the TXFRMCTR register (004h). In this section, data has been stored in TX frame buffer 1, so use ISSUE_TX0. RegisterName Address RW Default TXFRMCTR 004h RW 0000h Validation bit bit 15 bit 14 bit 13 bit 12 bit 11 bit 10 bit 9 bit 8 Reserved REST_CAL SYMCLK _STP bit 7 bit 6 bit 5 bit 4 bit 3 bit 2 bit 1 bit 0 BKOFF_ BKOFF_ TX_FRM_PROP ACKREQ_ ACKREQ_ ISSUE_ ISSUE RESULT REQ TX1 TX0 TX1 _TX0 (Read Only) When the ISSUE_TX0 bit is set to 1, the data stored in TX frame buffer 1 is sequentially sent to AIR, following preamble. 10 AP-MN87400_

11 2.5 Transmission Completion and Failure When transmission is success or failure, the ISSUE_TX0 bit is automatically cleared to 0 and at the same time an interrupt is generated. The source of the interrupt is checked by reading the INTEVENT register. RegisterName Address RW Default INTEVENT 003h R 0000h Validation bit bit 15 bit 14 bit 13 bit 12 bit 11 bit 10 bit 9 bit 8 UNLOCK BUFEMP DETPRE SSLOT INACT CAPEND BKOFF MISC bit 7 bit 6 bit 5 bit 4 bit 3 bit 2 bit 1 bit 0 BEALOS GTS BEACON TXFAIL TXEND RXFAIL RXEND RXST The success of transmission generates an TXEND interrupt. Read the INTEVENT register and check the source of the interrupt. If TXEND (bit 3) is 1, clear the interrupt source to prepare for the next transmission. 11 AP-MN87400_

12 The failure of transmission generates an TXFAIL interrupt. Read the INTEVENT register and check the source of the interrupt. If TXFAIL (bit 4) is 1, the transmission is failure. To detect the source of the failure, read TXFAIL_INFO (bits 2:0) of the STATUS register. RegisterName Address RW Default STATUS 006h R 0180h Validation bit bit 15 bit 14 bit 13 bit 12 bit 11 bit 10 bit 9 bit 8 VER bit 7 bit 6 bit 5 bit 4 bit 3 bit 2 bit 1 bit 0 CAP CUR_SLOT TXFAIL_INFO The source of failure involves the following 4 types. 000: Back-off failure 001: Re-transmission count limit has been exceeded. 010: Out of contention access period 011: Parameter error 12 AP-MN87400_

13 3 Procedure for Reception 3.1 Basic Reception The start of frame reception generates a reception start interrupt, and the completion of it generates a reception complete interrupt. The frames received are stored in RX frame buffer, and the frame data can be read from the buffer by uc. uc MN87400 The other RX Frame Reception starts. INT INT Reception is complete. MR Read the frame. RX BUFF Clr Clear the buffer. ( RXFRMCTR.RX_BUF_CLR) Figure3-1 Reception Sequence After reading of received frames is completed, clear the RX frame buffer. Interrupts used in frame reception are 3 types of reception start, reception complete, and reception failure. The content of the interrupt can be checked using the INTEVENT register. RegisterName Address RW Default INTEVENT 003h R 0000h Validation bit bit 15 bit 14 bit 13 bit 12 bit 11 bit 10 bit 9 bit 8 UNLOCK BUFEMP DETPRE SSLOT INACT CAPEND BKOFF MISC bit 7 bit 6 bit 5 bit 4 bit 3 bit 2 bit 1 bit 0 BEALOS GTS BEACON TXFAIL TXEND RXFAIL RXEND RXST 13 AP-MN87400_

14 3.2 Reception Start Interrupt The detection of SFD code of frame after preamble detection generates a reception start interrupt. This is performed to notify the microcontroller that reception processing has started. However, if the microcontroller does not relate to the processing, this interrupt may not be used. Because PHR is received following SFD code, by reading PHR using this interrupt, you can check the length of the frame receiving. In this case, the reading should be performed after waiting for PHR to be stored in RX frame buffer. The wait time should be set using the microcontroller's timer or other functions based on the calculation from the data rate. 3.3 Reception Complete Interrupt The completion of storing of frame data in RX frame buffer generates a reception complete interrupt. In addition, to avoid data overwriting, the RX_BUF_COND bit is automatically set to Reception Failure Interrupt When reception fails, the data until the error occurs have been stored in RX frame buffer. The source of failure has been stored in RXFAIL_INFO (bit[15:14]) of the STAT_RXFAIL register. RegisterName Address RW Default STAT_RXFAIL 036h R 0000h Validation bit bit 15 bit 14 bit 13 bit 12 bit 11 bit 10 bit 9 bit 8 RXFAIL_INFO[1:0] STAT_CRCERR[13:8] bit 7 bit 6 bit 5 bit 4 bit 3 bit 2 bit 1 bit 0 STAT_CRCERR[7:0] The sources of failure: 00: The frame reception started when the buffer is in busy state (RX_BUF_COND bit = 1). 01: Discarded in MAC header filter ring 10: CRC error has been detected. 11: Carrier lost (PHR specifies invalid length) Even when reception fails, the RX_BUF_COND bit is also set to 1 automatically to avoid data お overwriting. 3.5 Reading Frames from Frame Memory In frame reception, PHR and subsequent data (excluding preamble and SFD) are stored in RX frame buffer as reception frame data. In addition, LQI is stored following MAC frame. While in diversity mode, the reception antenna in information (RXANT) is stored following LQI. 14 AP-MN87400_

15 000h 100h 110h 120h TX frame buffer 1 (256Bytes) ACK(16bytes) RESERVED(16bytes) PHR MHR 0-7bytes 220h 240h TX frame buffer 2 (256Bytes) Reserved(32bytes) RX frame buffer (256Bytes) AUX CoM flag Nonce Payload MAC frame 340h Reserved(64bytes) CRC LQI RXANT 380h 3FFh RFparams(128Bytes) (1024bytes) Figure 3-2 RX Frame Buffer Memory Map In the example of transmission, the following data was sent. ----INFO SFD--- --PHR MACBODY CRC h 00h 09h 09h 72h 00h 09h 00h 00h 11h 22h 33h 00h 00h 00h 00h However, when received, this data has been stored in RX frame buffer as shown below. --PHR MACBODY CRC LQI- -ANT- 00h 09h 00h 00h11h 22h 33h xxh xxh xxh xxh 30h 00h LQI is the RSSI value when preamble is detected. 15 AP-MN87400_

16 3.6 Clearing the Buffer When completing a reception, a buffer clear processing is required independent of whether the result is success or failure. When reception is completed, the RX_BUF_COND bit becomes 1. While the RF_BUF_COND bit is 1, a protection is being applied to avoid overwriting of the data in RX frame buffer due to next frame reception. RegisterName Address RW Default RXFRMCTR 005h RW 0000h Validation bit bit 15 bit 14 bit 13 bit 12 bit 11 bit 10 bit 9 bit 8 RSSI (Read Only) bit 7 bit 6 bit 5 bit 4 bit 3 bit 2 bit 1 bit 0 Reserved SENSE_ RSSI_ SENSE_ RX_BUF_ RX_BUF_ RESULT REQ REQ CLR COND (Read Only) (Read Only) The microcontroller must clear the RX_BUF_COND bit by writing 1 to the RX_BUF_CLR bit after reading data from RX frame buffer to enable a next frame reception. However, the data in RX frame buffer is not cleared even by writing 1 to the RX_BUF_CLR bit. Next frame received while the RX_BUF_COND bit is 1 is detected as reception failure. 16 AP-MN87400_

17 3.7 Automatic ACK transmission When received frame s FC parts has AR bit=1 and TYPE bits = 001b, 011b or 101b, ACK frame will be generated and transmitted automatically. In this case, the completion interrupt of reception occurs at the time of the completion of ACK transmitting. uc MN87400 The other RX Frame Reception starts. INT ACK Reception is complete. Read the frame. Clear the buffer. ( RXFRMCTR.RX_BUF_CLR) INT MR RX BUFF Clr Figure3-3 Reception Sequence (Automatic ACK transmission) When you use Automatic ACK transmission, write INFO, SFD, PHR, and frame itself of the frame to be sent in the frame memory for ACK frame buff before transmission of frame. ACK frame buffer starts from address 100h. ACK frame s MACBODY length is 3byte. set TYPE of FC part to 010. The example of a frame of ACK ----INFO SFD--- --PHR-- -MACBODY CRC FC h 00h 07h 09h 72h 00h 07h 02h 00h 00h 00h 00h 00h 00h The portion of CRC is automatically calculated by hardware, so no data setting is required. In this example, the portion of CRC is padded with 00h. 17 AP-MN87400_

18 Request for your special attention and precautions in using the technical information and semiconductors described in this book (1) If any of the products or technical information described in this book is to be exported or provided to non-residents, the laws and regulations of the exporting country, especially, those with regard to security export control, must be observed. (2) The technical information described in this book is intended only to show the main characteristics and application circuit examples of the products. No license is granted in and to any intellectual property right or other right owned by Panasonic Corporation or any other company. Therefore, no responsibility is assumed by our company as to the infringement upon any such right owned by any other company which may arise as a result of the use of technical information described in this book. (3) The products described in this book are intended to be used for general applications (such as office equipment, communications equipment, measuring instruments and household appliances), or for specific applications as expressly stated in this book. Consult our sales staff in advance for information on the following applications: Special applications (such as for airplanes, aerospace, automotive equipment, traffic signaling equipment, combustion equipment, life support systems and safety devices) in which exceptional quality and reliability are required, or if the failure or malfunction of the products may directly jeopardize life or harm the human body. It is to be understood that our company shall not be held responsible for any damage incurred as a result of or in connection with your using the products described in this book for any special application, unless our company agrees to your using the products in this book for any special application. (4) The products and product specifications described in this book are subject to change without notice for modification and/or improvement. At the final stage of your design, purchasing, or use of the products, therefore, ask for the most up-to-date Product Standards in advance to make sure that the latest specifications satisfy your requirements. (5) When designing your equipment, comply with the range of absolute maximum rating and the guaranteed operating conditions (operating power supply voltage and operating environment etc.). Especially, please be careful not to exceed the range of absolute maximum rating on the transient state, such as power-on, power-off and mode-switching. Otherwise, we will not be liable for any defect which may arise later in your equipment. Even when the products are used within the guaranteed values, take into the consideration of incidence of break down and failure mode, possible to occur to semiconductor products. Measures on the systems such as redundant design, arresting the spread of fire or preventing glitch are recommended in order to prevent physical injury, fire, social damages, for example, by using the products. (6) Comply with the instructions for use in order to prevent breakdown and characteristics change due to external factors (ESD, EOS, thermal stress and mechanical stress) at the time of handling, mounting or at customer's process. When using products for which damp-proof packing is required, satisfy the conditions, such as shelf life and the elapsed time since first opening the packages. (7) This book may be not reprinted or reproduced whether wholly or partially, without the prior written permission of our company.

Accessory Function Evaluation (LBD/TEMP Sensor)

Accessory Function Evaluation (LBD/TEMP Sensor) Accessory Function Evaluation (LBD/TEMP Sensor) Semiconductor Business Division AIS Company Panasonic Corporation 1 AP--007 CONTENTS 1 PURPOSE... 3 2 LOW BATTERY DETECTOR... 3 2.1 MEASUREMENT CONDITIONS...

More information

Achieve Easy Plug & Play 1/ 6

Achieve Easy Plug & Play 1/ 6 Achieve Easy Plug & Play 1/ 6 2/ 6 Master Control Unit Temp. Control Unit 20V Heater UART /USB Temp. Controller Sensor ED Control Unit ED Driver Red ED White ED Fan Control Unit FAN Driver FAN Communication

More information

MN101E50 Series. 8-bit Single-chip Microcontroller

MN101E50 Series. 8-bit Single-chip Microcontroller 8-bit Single-chip Microcontroller Overview The MN101E series of 8-bit single-chip microcomputers (the memory expansion version of MN101C series) incorporate multiple types of peripheral functions. This

More information

MN101EF69D. 8-bit Single-chip Communication LSI. Overview

MN101EF69D. 8-bit Single-chip Communication LSI. Overview 8-bit Single-chip Communication LSI Overview The MN101EF69D is single chip communication LSI with the BPSK communication facility. By the BPSK communication facility, many (up to 32) MN101EF69Ds share

More information

Panasonic NFC-TAG Development kit Installation Manual

Panasonic NFC-TAG Development kit Installation Manual 1 Panasonic NFC-TAG Development kit Installation Manual Ver2.42 Panasonic Semiconductor Solutions Co., Ltd. 2015/01/08 2 Contents Summary... 3 Setup procedure... 5 Usage... 15 3 Summary of Development

More information

pcs / reel (standard) Temperature coefficient of zener voltage *3 SZ IZ = 5 ma Terminal Capacitance Ct VR = 0 V, f = 1 MHz

pcs / reel (standard) Temperature coefficient of zener voltage *3 SZ IZ = 5 ma Terminal Capacitance Ct VR = 0 V, f = 1 MHz Revised : 20--0 Silicon epitaxial planar type For surge absorption circuit 2.9 0. Unit: mm 0.6 Features Low terminal capacitance Ct Halogen-free / RoHS compliant (EU RoHS / UL-9 V-0 / MSL:Level compliant).5

More information

Maintenance/ Discontinued

Maintenance/ Discontinued DATA SHEET Part No. Package Code No. AN0070A HZIP007-P-070A includes following four Product lifecycle stage. Publication date: May 2007 Contents Overview.. Features.... Applications. Package.... Type..

More information

Packaging 1. Cathode 2. Anode V Zener operating resistance. 120 Reverse current IR VR = 1 V

Packaging 1. Cathode 2. Anode V Zener operating resistance. 120 Reverse current IR VR = 1 V Established : -3- Revised : 3-5-8 Doc No. TT4-EA-35 Silicon epitaxial planar type For constant voltage / For surge absorption circuit DZ43 in Mini type package.6 Unit: mm.3 Features Excellent rising characteristics

More information

Panasonic NFC-TAG Development kit Installation Manual

Panasonic NFC-TAG Development kit Installation Manual 1 Panasonic NFC-TAG Development kit Installation Manual Version 2.70 May 11, 2016 Panasonic Semiconductor Solutions Co., Ltd. 2 Contents Summary... 3 Setup procedure... 5 Usage... 15 3 Summary of Development

More information

20 Zener rise operating resistance RZK IZ = 0.5 ma. 60 Reverse current. 0.1 A Temperature coefficient of zener voltage *3 SZ IZ = 5 ma IR VR = 4 V

20 Zener rise operating resistance RZK IZ = 0.5 ma. 60 Reverse current. 0.1 A Temperature coefficient of zener voltage *3 SZ IZ = 5 ma IR VR = 4 V Established : 009--09 Revised : 03-07- Doc No. TT4-EA-78 Silicon epitaxial planar type For constant voltage / For surge absorption circuit DZJ068 in SSMini type package Features Excellent rising characteristics

More information

DZ2S180C0L Silicon epitaxial planar type

DZ2S180C0L Silicon epitaxial planar type Established : -5-7 Revised : 3-7- Doc No. TT-EA-597 DZS8CL DZS8CL Silicon epitaxial planar type For ESD protection Bi-directional type.8 Unit: mm.3 Features High ESD Low terminal capacitance Ct Halogen-free

More information

SOD-723 Electrostatic discharge *2 ESD ±30 kv Junction temperature Tj 150 C

SOD-723 Electrostatic discharge *2 ESD ±30 kv Junction temperature Tj 150 C Established : 0-0-3 Revised : 03--0 Doc No. TT4-EA-4067 Silicon epitaxial planar type For ESD protection DES06 in SSSMini type package 0.6 Unit: mm 0.3 Features High ESD Halogen-free / RoHS compliant (EU

More information

Maintenance/ Discontinued

Maintenance/ Discontinued Zener Diodes Silicon planar type For stabilization of power supply Features Extremely low noise voltage caused from the diode (2.4 V to 39V, /3 to /0 of our conventional MAZ3xxx series) Extremely good

More information

DZ5X120D0R Silicon epitaxial planar type

DZ5X120D0R Silicon epitaxial planar type Silicon epitaxial planar type For surge absorption circuit 2.9.3 Unit: mm.3 Features Excellent rising characteristics of Zener current Iz Low zener operating resistance Rz Halogen-free / RoHS compliant

More information

300 Zener rise operating resistance RZK IZ = 0.5 ma. 300 Reverse current A Temperature coefficient of zener voltage *3 SZ IZ = 2 ma

300 Zener rise operating resistance RZK IZ = 0.5 ma. 300 Reverse current A Temperature coefficient of zener voltage *3 SZ IZ = 2 ma Silicon epitaxial planar type For constant voltage / For surge absorption circuit DZJ390 in SSMini type package Features Excellent rising characteristics of zener current Iz Low zener operating resistance

More information

Maintenance/ Discontinued

Maintenance/ Discontinued For Communications Equipment MN86062 CODEC LSI for Facsimile Images Overview The MN86062 is a high-speed LSI codec for compressing and decompressing images using the MH, MR, and MMR standard compression

More information

Maintenance/ Discontinued

Maintenance/ Discontinued DATA SHEET Part No. Package Code No. AN00A HSOP0-P-000D includes following four Product lifecycle stage. Publication date: May 007 Contents Overview. Feature Application. Package.. Type. Application Circuit

More information

1.0 V Zener voltage *1, *2 VZ IZ = 5 ma Zener operating resistance RZ IZ = 5 ma. 40 Zener rise operating resistance RZK IZ = 0.

1.0 V Zener voltage *1, *2 VZ IZ = 5 ma Zener operating resistance RZ IZ = 5 ma. 40 Zener rise operating resistance RZK IZ = 0. Established : 9--4 Revised : 3-7- Doc No. TT4-EA-557 DZJ5 L Silicon epitaxial planar type For constant voltage / For surge absorption circuit.5.35 DZJ5 L Unit: mm.3 Features Excellent rising characteristics

More information

DZ4J036K0R Silicon epitaxial planar type

DZ4J036K0R Silicon epitaxial planar type Established : 2009-2-2 Revised : 20-0-0 Doc No. TT-EA-2026 Silicon epitaxial planar type For constant voltage / For surge absorption circuit 2.0 0. Unit: mm 0. Features Excellent rising characteristics

More information

DZ L Silicon epitaxial planar type

DZ L Silicon epitaxial planar type Established : -9-9 Revised : 3-5-8 Doc No. TT4-EA-378 DZ456L DZ456L Silicon epitaxial planar type For constant voltage / For surge absorption circuit Capability of withstanding a high surge type DZW56

More information

Maintenance/ Discontinued

Maintenance/ Discontinued ICs for Information Equipment AN8612NSB SCSI active terminator IC Overview The AN8612NSB is a terminator IC conformed to standard interface specification (SCSI-I/II) for personal computers, workstations

More information

Maintenance/ Discontinued

Maintenance/ Discontinued For Communications Equipment Digital Signal Processor for Image CODEC Overview The is a high-speed, programmable digital signal processor based on a vector pipeline architecture for image processing applications.

More information

Maintenance/ Discontinued

Maintenance/ Discontinued CCD Area Image Sensor MN39243AT Diagonal 6.0 mm (type-1/3) 480k-pixel CCD Area Image Sensor Overview The MN39243AT is a 6.0 mm (type-1/3) interline transfer CCD (IT-CCD) solid state image sensor device.

More information

3D sensing technology for smart space

3D sensing technology for smart space CEATEC 2018 3D sensing technology for smart space Panasonic Semiconductor Solutions Co.,Ltd. 18.Oct.2018 The product is under development. Product specifications described in this document are subject

More information

Maintenance/ Discontinued

Maintenance/ Discontinued CCD Area Image Sensor MN3776PE 6mm (type-1/3) Progressive-Scan CCD Area Image Sensor Overview The MN3776PE is a 6mm (type-1/3) interline transfer CCD (IT-CCD) solid state image sensor device. This device

More information

Maintenance/ Discontinued

Maintenance/ Discontinued For Communications Equipment High-Speed CODEC LSI for Facsimile Images Overview The is a high-speed LSI codec for compressing and decompressing facsimile images. Features include real-time printing to

More information

DATA SHEET AN41400A. Part No. Package Code No. UBGA019-W-2025AEB

DATA SHEET AN41400A. Part No. Package Code No. UBGA019-W-2025AEB DATA SHEET Part No. Package Code No. AN41400A UBGA019-W-2025AEB Publication date: July 2010 1 Contents Overview. 3 Features. 3 Applications. 3 Package.. 3 Type.. 3 Application Circuit Example (Block Diagram)

More information

MN101EF63G. 8-bit Single-chip Microcontroller. Overview. Product Summary

MN101EF63G. 8-bit Single-chip Microcontroller. Overview. Product Summary 8-bit Single-chip Microcontroller Overview The MN101E series of 8-bit single-chip microcomputers (the memory expansion version of MN101C series) incorporate multiple types of peripheral functions. This

More information

DATA SHEET. Part No. AN48846B

DATA SHEET. Part No. AN48846B DATA SHEET Part No. Package Code No. AN886B SMINI-DE Publication date: October 011 1 Contents Overview. 3 Features.. 3 Applications 3 Package. 3 Type.... 3 Block Diagram.... Pin Descriptions. Absolute

More information

AN48841B. 1.8 V Supply voltage, Low current consumption, high sensitivity CMOS Hall IC Operates for Alternating magnetic field directions APPLICATIONS

AN48841B. 1.8 V Supply voltage, Low current consumption, high sensitivity CMOS Hall IC Operates for Alternating magnetic field directions APPLICATIONS 1 1.8 Supply voltage, Low current consumption, high sensitivity CMOS Hall IC Operates for Alternating magnetic field directions FEATURES High sensitivity (8 mt max) due to offset cancel circuit and a new

More information

SMD to Thru-Hole Conversion Kit Manual

SMD to Thru-Hole Conversion Kit Manual SMD to Thru-Hole Conversion Kit Manual Products Serial Number:PGA26E07BA-DB001 Established : 2017-10-05 Revised : 2017-10-25 PGA26E07BA-DB001 SMD to Thru-Hole Conversion Kit featuring: PGA26E07BA 600V

More information

AN48836B. 1.8 V Supply voltage, Low current consumption, high sensitivity CMOS Hall IC Operates in both magnetic field directions APPLICATIONS

AN48836B. 1.8 V Supply voltage, Low current consumption, high sensitivity CMOS Hall IC Operates in both magnetic field directions APPLICATIONS 1 1.8 Supply voltage, Low current consumption, high sensitivity CMOS Hall IC Operates in both magnetic field directions FEATURES High sensitivity (6 max) due to offset cancel circuit and a new sample and

More information

DATA SHEET AN41402A. Part No. Package Code No. UBGA022-W-2030AEA

DATA SHEET AN41402A. Part No. Package Code No. UBGA022-W-2030AEA DATA SHEET Part No. Package Code No. UBGA022-W-2030AEA Publication date: August 2010 1 Contents Overview. 3 Features. 3 Applications. 3 Package.. 3 Type.. 3 Application Circuit Example (Block Diagram)

More information

MN101E56/57/76 Series

MN101E56/57/76 Series MN101E56/57/76 Series 8-bit Single-chip Microcontroller Overview The MN101E series of 8-bit single-chip microcomputers (the memory expansion version of MN101C series) incorporate multiple types of peripheral

More information

This manual describes the following models of the MN101E31 series. These products have identical functions. Please note that mainly

This manual describes the following models of the MN101E31 series. These products have identical functions. Please note that mainly 8-bit Single-chip Microcontroller Overview The MN101E series of 8-bit single-chip microcomputers (the memory expansion version of MN101C series) incorporate multiple types of peripheral functions. This

More information

No. Item Symbol Ratings Unit Note 1 Drain Voltage DRAIN -0.3 ~ 700 V VCC -0.3 ~ 45 V VDD -0.3 ~ 10 V VLS -0.3 ~ 10 V VIS -0.3 ~ 5 V VFB -0.

No. Item Symbol Ratings Unit Note 1 Drain Voltage DRAIN -0.3 ~ 700 V VCC -0.3 ~ 45 V VDD -0.3 ~ 10 V VLS -0.3 ~ 10 V VIS -0.3 ~ 5 V VFB -0. Type Application Structure Silicon MOSFET type Integrated Circuit For Switching Power Supply Control BiCMOS type Equivalent Circuit Figure 7 Package DIP7A1B Marking MIP6S3A A.ABSOLUTE MAXIMUM RATINGS No.

More information

MIP5S30MTSCF. Established : Revised : Product Standards. Silicon MOSFET type Integrated Circuit

MIP5S30MTSCF. Established : Revised : Product Standards. Silicon MOSFET type Integrated Circuit Type Application Structure Silicon MOSFET type Integrated Circuit For Switching Power Supply Control CMOS type Equivalent Circuit Figure 7 Package DIP7A1B Marking MIP5S30 A.ABSOLUTE MAXIMUM RATINGS No.

More information

DATA SHEET ZENER DIODES 1.0 W PLANAR TYPE 2-PIN SMALL POWER MINI MOLD. Parameter Symbol Ratings Unit Remarks

DATA SHEET ZENER DIODES 1.0 W PLANAR TYPE 2-PIN SMALL POWER MINI MOLD. Parameter Symbol Ratings Unit Remarks DATA SHEET ZENER DIODES RD2.0FS to RD20FS ZENER DIODES.0 W PLANAR TYPE 2-PIN SMALL POWER MINI MOLD DESCRIPTION Type RD2.0FS to RD20FS series are 2-pin small power mini mold package Zener diodes possessing

More information

For evaluation of X-GaN Power Transistor and Driver switching characteristics

For evaluation of X-GaN Power Transistor and Driver switching characteristics PGA26E07BA-SWEVB006 Chopper Evaluation Board consisting: 1. PGA26E07BA 600V 70mΩ X-GaN Power Transistor 2. AN34092B Single channel X-GaN Gate Driver IC For evaluation of X-GaN Power Transistor and Driver

More information

Old Company Name in Catalogs and Other Documents

Old Company Name in Catalogs and Other Documents To our customers, Old Company Name in Catalogs and Other Documents On April 1 st, 2010, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took

More information

MN63Y1214 Administrator's Manual Ver < Non NDA type >

MN63Y1214 Administrator's Manual Ver < Non NDA type > SYSTEM LSI Dual Interface RFID MN63Y1214 Administrator's Manual Ver. 1.0 < Non NDA type > Warning and Precaution Regarding to Use of the Technical Information and Semiconductor Described in This Document

More information

ROHM USB Type-C Power Delivery. Evaluation Board Manual BM92A15MWV-EVK-001

ROHM USB Type-C Power Delivery. Evaluation Board Manual BM92A15MWV-EVK-001 ROHM USB Type-C Power Delivery BM92A15MWV-EVK-001 Ver.1.00 Date:03-Mar,2017 1/8 Introduction This board is dedicated to receiving power with USB Type-C Power Delivery and requests the maximum voltage from

More information

DATA SHEET. GaAs MMIC SP8T SWITCH FOR MOBILE COMMUNICATIONS

DATA SHEET. GaAs MMIC SP8T SWITCH FOR MOBILE COMMUNICATIONS GaAs INTEGRATED CIRCUIT upg2193t6e GaAs MMIC SP8T SWITCH FOR MOBILE COMMUNICATIONS DESCRIPTION The upg2193t6e is a GaAs MMIC SP8T Switch with SPI control function, which was developed for GSM triple band

More information

Old Company Name in Catalogs and Other Documents

Old Company Name in Catalogs and Other Documents To our customers, Old Company Name in Catalogs and Other Documents On April st, 00, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took over

More information

IrDA Infrared Communication Modules

IrDA Infrared Communication Modules IrDA Infrared Communication Modules CONTENTS IrDA Infrared Communication Module Selection Guide P.280 IrDA Infrared Communication Modules P.281 IrDA Infrared Communication Module Selection Guide Standard

More information

ROHM USB Type-C Power Delivery. Evaluation Board Manual BM92A56MWV-EVK-001

ROHM USB Type-C Power Delivery. Evaluation Board Manual BM92A56MWV-EVK-001 ROHM USB Type-C Power Delivery BM92A56MWV-EVK-001 Ver.1.00 Date:03-Mar,2017 1/8 Introduction This board is dedicated to supplying power with USB Type-C Power Delivery, and voltage profile (PDO) is 5V,

More information

ROHM USB Type-C Power Delivery. Evaluation Board Manual BM92A21MWV-EVK-001

ROHM USB Type-C Power Delivery. Evaluation Board Manual BM92A21MWV-EVK-001 ROHM USB Type-C Power Delivery BM92A21MWV-EVK-001 Ver.1.00 Date:03-Mar,2017 1/6 Introduction This board is dedicated to supplying power with USB Type-C Power Delivery, and voltage profile (PDO) is 5V,

More information

Operating Force. Snap action/push-on type SPST. 10 ms max. (ON, OFF) 1.0 N, 1.6 N, 2.4 N, 3.5 N, 5.0 N, 7.0 N 0.15 mm±0.1 mm

Operating Force. Snap action/push-on type SPST. 10 ms max. (ON, OFF) 1.0 N, 1.6 N, 2.4 N, 3.5 N, 5.0 N, 7.0 N 0.15 mm±0.1 mm 3.5 mm 2.9 mm SMD Light Touch Switches Type: Features External dimensions : 3.5 mm 2.9 mm, Height 1.7 mm High operating force available (Operatingforce:7.0Nmax.) Optional ground terminal Recommended Applications

More information

TVS Diodes (ESD protection diode) Zener Diodes P6-11 General Purpose Diodes

TVS Diodes (ESD protection diode) Zener Diodes P6-11 General Purpose Diodes Aug.2018 Discrete Lineup LineUp Diode Schottky Barrier Diodes P2-4 TVS Diodes (ESD protection diode) P5 Zener Diodes P6-11 General Purpose Diodes P12 MOSFET MOSFETs for Lithium-ion Battery protection (CSP)

More information

SII Semiconductor Corporation, Rev.2.2_01

SII Semiconductor Corporation, Rev.2.2_01 www.sii-ic.com TEMPERATURE SWITCH IC (THERMOSTAT IC) SII Semiconductor Corporation, 2009-2015 Rev.2.2_01 The is a temperature switch IC (thermostat IC) which detects the temperature with a temperature

More information

S-5840B Series TEMPERATURE SWITCH IC (THERMOSTAT IC) WITH LATCH. Features. Applications. Package.

S-5840B Series TEMPERATURE SWITCH IC (THERMOSTAT IC) WITH LATCH. Features. Applications. Package. www.sii-ic.com TEMPERATURE SWITCH IC (THERMOSTAT IC) WITH LATCH SII Semiconductor Corporation, 2007-2012 Rev.2.1_01 The is a temperature switch IC (thermostat IC) with a latch function which detects the

More information

ESD NOISE CLIPPING DIODE NNCD2.0DA to NNCD39DA

ESD NOISE CLIPPING DIODE NNCD2.0DA to NNCD39DA DATA SHEET ESD NOISE CLIPPING DIODE NNCD2.0DA to NNCD39DA ELECTROSTATIC DISCHARGE NOISE CLIPPING DIODE 2-PIN SUPER MINI MOLD DESCRIPTION These products are the diode developed for ESD (Electrostatic Discharge)

More information

Design Kit (for ANSOFT Designer TM / Nexxim TM ) User s Manual

Design Kit (for ANSOFT Designer TM / Nexxim TM ) User s Manual Technical Note Design Kit (for ANSOFT Designer TM / Nexxim TM ) User s Manual Document No. PX10401EJ03V0TN (3rd edition) Date Published December 2005 CP(K) NEC Compound Semiconductor Devices, Ltd. 2003,

More information

M3H Group(1) Application Note. I 2 C Interface (I2C-B) MASTER/SLAVE

M3H Group(1) Application Note. I 2 C Interface (I2C-B) MASTER/SLAVE M3H Group(1) I 2 C Interface (I2C-B) MASTER/SLAVE Outlines This application note is a reference material for developing products using the Master/Slave function in I2C interface (I2C) functions of M3H

More information

Transient Voltage Suppressor, Unidirectional

Transient Voltage Suppressor, Unidirectional Transient Voltage Suppressor, Unidirectional FEATURES: Equivalent Industry Standard Part Numbers Designed For MIL-STD-704 28 Volt Power Supply Protection Can be supplied with JAN/JANTX parts This series

More information

Old Company Name in Catalogs and Other Documents

Old Company Name in Catalogs and Other Documents To our customers, Old Company Name in Catalogs and Other Documents On April 1 st, 2010, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took

More information

ZENER DIODES RD2.0S to RD150S

ZENER DIODES RD2.0S to RD150S DATA SHEET ZENER DIODES RD2.0S to RD150S ZENER DIODES 200 mw 2-PIN SUPER MINI MOLD DESCRIPTION Type RD2.0S to RD150S series are 2 pin super mini mold package zener diodes possessing an allowable power

More information

440GX Application Note

440GX Application Note Overview of TCP/IP Acceleration Hardware January 22, 2008 Introduction Modern interconnect technology offers Gigabit/second (Gb/s) speed that has shifted the bottleneck in communication from the physical

More information

Dual PLL frequency synthesizer

Dual PLL frequency synthesizer Dual PLL frequency synthesizer The BU2630F/BU2630FV are a CMOS LSI with an internal dual PLL synthesizer. VCOs for transmission and reception can be controlled independently, and the reference frequency

More information

BIPOLAR ANALOG INTEGRATED CIRCUIT

BIPOLAR ANALOG INTEGRATED CIRCUIT DATA SHEET BIPOLAR ANALOG INTEGRATED CIRCUIT µ PC16 2.5 V HIGH PRECISION REFEREE VOLTAGE CIRCUIT DESCRIPTION The µ PC16 are high accuracy and low drift voltage references of 2.5 V output voltage. This

More information

Operation of Timer A (2-phase pulse signal process in event counter mode, multiply-by-4 processing operation)

Operation of Timer A (2-phase pulse signal process in event counter mode, multiply-by-4 processing operation) APPLICATION NOTE in event counter mode, multiply-by-4 processing operation) 1. Abstract In processing 2-phase pulse signals in event counter mode, choose functions from those listed in Table 1. Operations

More information

XBP4SMAJ Series APPLICATIONS FEATURES PIN CONFIGRATION MARKING ABSOLUTE MAXIMUM RATINGS. 400W Transient Voltage Suppressor (TVS) 1/5.

XBP4SMAJ Series APPLICATIONS FEATURES PIN CONFIGRATION MARKING ABSOLUTE MAXIMUM RATINGS. 400W Transient Voltage Suppressor (TVS) 1/5. ETR29017-001 400W Transient Voltage Suppressor (TVS) FEATURES Bidirectional, Unidirectional, One Line Package : SMA-PG Environmentally Friendly : EU RoHS Compliant APPLICATIONS Lighting Telecommunication

More information

Problem Situations: Power Supply Does Not Start

Problem Situations: Power Supply Does Not Start Linear Regulator Series (-terminal Regulator, LDO) lthough linear regulators can be used to easily configure power supplies, the linear regulators may cause startup problems depending on the type of loads.

More information

LAN bit Non-PCI Small Form Factor 10/100 Ethernet Controller with Variable Voltage I/O & HP Auto-MDIX Support PRODUCT FEATURES.

LAN bit Non-PCI Small Form Factor 10/100 Ethernet Controller with Variable Voltage I/O & HP Auto-MDIX Support PRODUCT FEATURES. LAN9220 16-bit Non-PCI Small Form Factor 10/100 Ethernet Controller with Variable Voltage I/O & HP Auto-MDIX Support PRODUCT FEATURES Highlights Efficient architecture with low CPU overhead Easily interfaces

More information

M3H Group(1) Application Note I 2 C Interface (I2C-B)

M3H Group(1) Application Note I 2 C Interface (I2C-B) M3H Group(1) I 2 C Interface (I2C-B) Outlines This application note is a erence material for developing products using I2C interface (I2C) functions of M3H Group(1). This document helps the user check

More information

BAT42W/BAT43W SURFACE MOUNT SCHOTTKY BARRIER DIODE

BAT42W/BAT43W SURFACE MOUNT SCHOTTKY BARRIER DIODE Features: Low Turn-on Voltage Fast Switching PN Junction Guard Ring Transient and ESD Protection Designed for Surface Mount Application Plastic Material UL Recognition Flammability Classification 94V-O

More information

LASER DIODE NX5322 Series

LASER DIODE NX5322 Series LASER DIODE NX5 Series 1 10 nm FOR 156 Mb/s, 6 Mb/s, 1.5 Gb/s, InGaAsP MQW-FP LASER DIODE DESCRIPTION The NX5 Series is a 1 10 nm Multiple Quantum Well (MQW) structured Fabry-Perot (FP) laser diode with

More information

The following document contains information on Cypress products.

The following document contains information on Cypress products. The following document contains information on Cypress products. Colophon The products described in this document are designed, developed and manufactured as contemplated for general use, including without

More information

M3H Group(2) Application Note I 2 C Interface (I2C-B) arbitration

M3H Group(2) Application Note I 2 C Interface (I2C-B) arbitration M3H Group(2) I 2 C Interface (I2C-B) arbitration Outlines This application note is a erence material for developing products using the arbitration function in I2C interface (I2C) function of M3H Group

More information

in 1. Chip LED ( ) Standard type (lens type) ESD Protected 1kV,1time,(200pF 0 )

in 1. Chip LED ( ) Standard type (lens type) ESD Protected 1kV,1time,(200pF 0 ) 3 in 1 3.53.01.55 1Chip on lighting 2 or 3 Chips on lighting Power Dissipation DC Forward Current Power Dissipation DC Forward Current Pulsed Forward Current 1Chip on lighting 3Chip on lighting DC Forward

More information

In timer mode, choose functions from those listed in Table 1. Operations of the circled items are described below.

In timer mode, choose functions from those listed in Table 1. Operations of the circled items are described below. APPLICATION NOTE M16C/64 Group 1. Abstract In timer mode, choose functions from those listed in Table 1. Operations of the circled items are described below. 2. Introduction This application note is applied

More information

S1R72U01 Technical Manual

S1R72U01 Technical Manual S1R72U01 Technical Manual Rev. 1.00 NOTICE No part of this material may be reproduced or duplicated in any form or by any means without the written permission of Seiko Epson. Seiko Epson reserves the right

More information

M3H Group(2) Application Note Asynchronous Serial Communication Circuit (UART-C)

M3H Group(2) Application Note Asynchronous Serial Communication Circuit (UART-C) M3H Group(2) Asynchronous Serial Communication Circuit (UART-C) Outlines This application note is a erence material for developing products using the asynchronous serial communication circuit (UART) function

More information

1Z6.2~1Z390, 1Z6.8A~1Z30A

1Z6.2~1Z390, 1Z6.8A~1Z30A TOSHIBA ZENER DIODE SILICON DIFFUSED JUNCTION TYPE 1Z6.2~1Z390, 1Z6.8A~A CONSTANT REGULATION TRANSIENT SUPPRESSORS Unit: mm Average Power Dissipation : P = 1 W Peak Reverse Power Dissipation : P RSM =

More information

Bidirectional ESD protection diode

Bidirectional ESD protection diode 11 December 2018 Preliminary data sheet 1. General description 2. Features and benefits 3. Applications 4. Quick reference data Ultra low capacitance bidirectional ElectroStatic Discharge (ESD) protection

More information

Parameter Symbol Min. TYP. MAX. Unit Operation Power Supply voltage This product is not designed for protection against radioactive rays.

Parameter Symbol Min. TYP. MAX. Unit Operation Power Supply voltage This product is not designed for protection against radioactive rays. 1/4 STRUCTURE Silicon Monolithic Integrated Circuit PRODUCT 3 channel video driver for DVD(Y/C MIX Type) TYPE BA7665AFS PACKAGE SSOP-A16 (Plastic Mold) Features 1) A low consumption electric power movement

More information

Drive Side. Host Side. Power. USB Mode Switch

Drive Side. Host Side. Power. USB Mode Switch Table of Contents 1. Pre-Installation Steps 2 1.1 Box Contents 2 1.2 Identifying Parts 2 2. Setup 3 3. Menu Structure/Usage 3 3.1 Select Mode 3 3.2 View Drive Info 3 3.3 View Dock Info 4 3.4 HPA/DCO Auto

More information

The following article describes how to use the M16C/62 timers A s as square wave generators (Pulse Output Mode).

The following article describes how to use the M16C/62 timers A s as square wave generators (Pulse Output Mode). APPLICATION NOTE M16C/62 1.0 Abstract The following article describes how to use the M16C/62 timers A s as square wave generators (Pulse Output Mode). 2.0 Introduction The M16C/62 is a 16-bit MCU, based

More information

3. Absolute Maximum Ratings (Note) (Unless otherwise specified, T a = 25 ) Symbol V ESD. P PK I PP T j T stg

3. Absolute Maximum Ratings (Note) (Unless otherwise specified, T a = 25 ) Symbol V ESD. P PK I PP T j T stg ESD Protection Diodes DF2B6M4SL Silicon Epitaxial Planar DF2B6M4SL 1. Applications ESD Protection This product is designed for protection against electrostatic discharge (ESD) and is not intended for any

More information

LAPIS Semiconductor Errata ML610Q400 Series

LAPIS Semiconductor Errata ML610Q400 Series LAPIS Semiconductor Errata ML610Q400 Series Issue date: 25 May, 2016 NOTES 1) The information contained herein is subject to change without notice. 2) Although LAPIS Semiconductor is continuously working

More information

Old Company Name in Catalogs and Other Documents

Old Company Name in Catalogs and Other Documents To our customers, Old Company Name in Catalogs and Other Documents On April 1 st, 2010, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took

More information

Technical Reference Guide

Technical Reference Guide ios Bluetooth TM Printer Technical Reference Guide Part Names and Functions Describes the buttons and LEDs of interface board. Connecting to ios Devices Describes how to connect ios devices. Application

More information

TD62M8600FG TD62M8600FG 8CH LOW SATURATION VOLTAGE SOURCE DRIVER FEATURES SCHEMATICS PIN CONNECTION (TOP VIEW)

TD62M8600FG TD62M8600FG 8CH LOW SATURATION VOLTAGE SOURCE DRIVER FEATURES SCHEMATICS PIN CONNECTION (TOP VIEW) TOSHIBA BIPOLAR DIGITAL INTEGRATED CIRCUIT MULTI CHIP TD62M8600FG TD62M8600FG 8CH LOW SATURATION VOLTAGE SOURCE DRIVER TD62M8600FG is Multi Chip IC incorporates 8 low saturation discrete transistors equipped

More information

TLP350F TLP350F. Industrial Inverter Inverter for Air Conditioner IGBT/Power MOSFET Gate Drive IH(Induction Heating) Pin Configuration (top view)

TLP350F TLP350F. Industrial Inverter Inverter for Air Conditioner IGBT/Power MOSFET Gate Drive IH(Induction Heating) Pin Configuration (top view) TLP350F Industrial Inverter Inverter for Air Conditioner IGBT/Power MOSFET Gate Drive IH(Induction Heating) TOSHIBA Photocoupler GaAlAs IRED + Photo IC TLP350F The TOSHIBA TLP350F consists of a GaAlAs

More information

Old Company Name in Catalogs and Other Documents

Old Company Name in Catalogs and Other Documents To our customers, Old Company Name in Catalogs and Other Documents On April 1 st, 2010, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took

More information

MSM GENERAL DESCRIPTION FEATURES. Single Rail CODEC

MSM GENERAL DESCRIPTION FEATURES. Single Rail CODEC Single Rail CODEC FEDL7717-01-01 Issue Date: Jun. 21, 2012 GENERAL DESCRIPTION The MSM7717 is a single-channel CODEC CMOS IC for voice signals ranging from 300 to 3400 Hz with filters for A/D and D/A conversion.

More information

Introduction to IEEE

Introduction to IEEE Introduction to IEEE 802.15.4 Marcos Rubinstein IEEE 802.15.4 Short range, low bit rate, low power consumption Home Automotive Industrial applications Games Metering 1 PHY speeds 250 kbps 40 kbps 20 kbps.

More information

End User License Agreement

End User License Agreement End User License Agreement Kyocera International, Inc. ( Kyocera ) End User License Agreement. CAREFULLY READ THE FOLLOWING TERMS AND CONDITIONS ( AGREEMENT ) BEFORE USING OR OTHERWISE ACCESSING THE SOFTWARE

More information

CRY62~CRZ47 CRY62~CRZ47. Applications: Communication, Control and Measurement Equipment Constant Voltage Regulation Transient Suppressors

CRY62~CRZ47 CRY62~CRZ47. Applications: Communication, Control and Measurement Equipment Constant Voltage Regulation Transient Suppressors TOSHIBA Zener Diode Silicon Epitaxial Type CRY62~CRZ47 Applications: Communication, Control and Equipment Constant Regulation Transient Suppressors Unit: mm Average power dissipation: P = 0.7 W Zener voltage:

More information

Old Company Name in Catalogs and Other Documents

Old Company Name in Catalogs and Other Documents To our customers, Old Company Name in Catalogs and Other Documents On April 1 st, 2010, NEC Electronics Corporation merged with Renesas Technology Corporation, and Renesas Electronics Corporation took

More information

MB9AA30N SERIES BLUEMOON-EVB_LCD 32-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Semiconductor Design (Chengdu) Co., Ltd.

MB9AA30N SERIES BLUEMOON-EVB_LCD 32-BIT MICROCONTROLLER APPLICATION NOTE. Fujitsu Semiconductor Design (Chengdu) Co., Ltd. Fujitsu Semiconductor Design (Chengdu) Co., Ltd. Application Note MCU-AN-510109-E-10 32-BIT MICROCONTROLLER MB9AA30N SERIES BLUEMOON-EVB_LCD APPLICATION NOTE ARM and Cortex-M3 are the trademarks of ARM

More information

S1R72U06 Application Note

S1R72U06 Application Note S1R72U06 Application Note Rev. 1.00 NOTICE No part of this material may be reproduced or duplicated in any form or by any means without the written permission of Seiko Epson. Seiko Epson reserves the right

More information

M32C/84, 85, 86, 87, 88 Group

M32C/84, 85, 86, 87, 88 Group APPLICATION NOTE 1. Abstract The direct memory access controller (DMAC) function allows data to be transferred without using the CPU. DMAC transfers one data (8-bit or 16-bit) from a source address to

More information

USB to RS232 Converter USB-013 (Rev3) User s Manual Ver. 1.2 HuMANDATA LTD.

USB to RS232 Converter USB-013 (Rev3) User s Manual Ver. 1.2 HuMANDATA LTD. USB to RS232 Converter USB-013 (Rev3) User s Manual Ver. 1.2 HuMANDATA LTD. Table of Contents Precautions... 1 Revision History... 2 Introduction... 2 1. Overview... 3 2. Power Supply... 3 3. Specifications...

More information

TORX111 TORX111 FIBER OPTIC RECEIVING MODULE FOR APF. 1. Maximum Ratings (Ta = 25 C) FIBER OPTIC RECEIVING MODULE.

TORX111 TORX111 FIBER OPTIC RECEIVING MODULE FOR APF. 1. Maximum Ratings (Ta = 25 C) FIBER OPTIC RECEIVING MODULE. FIBER OPTIC RECEIVING MODULE TORX111 FIBER OPTIC RECEIVING MODULE FOR APF Unit: mm Non connector (connector less) type Data rate: DC to 6 Mb / s (NRZ code) Transmission distance: Up to 10 m (With TOTX111)

More information

74ABT General description. 2. Features and benefits. 3. Ordering information. Quad 2-input AND gate

74ABT General description. 2. Features and benefits. 3. Ordering information. Quad 2-input AND gate Rev. 3 20 November 2015 Product data sheet 1. General description The high-performance BiCMOS device combines low static and dynamic power dissipation with high speed and high output drive. The is a quad

More information

General-purpose Zener diodes in a SOD323F (SC-90) very small and flat lead Surface-Mounted Device (SMD) plastic package.

General-purpose Zener diodes in a SOD323F (SC-90) very small and flat lead Surface-Mounted Device (SMD) plastic package. Rev. 2 29 July 2011 Product data sheet 1. Product profile 1.1 General description General-purpose Zener diodes in a SOD323F (SC-90) very small and flat lead Surface-Mounted Device (SMD) plastic package.

More information

02DZ2.0~02DZ24 02DZ2.0~02DZ24. Constant Voltage Regulation Applications Reference Voltage Applications. Absolute Maximum Ratings (Ta = 25 C)

02DZ2.0~02DZ24 02DZ2.0~02DZ24. Constant Voltage Regulation Applications Reference Voltage Applications. Absolute Maximum Ratings (Ta = 25 C) TOSHIBA Diode Silicon Epitaxial Planar Type 02DZ2.0~02DZ24 Constant Voltage Regulation Applications Reference Voltage Applications Unit: mm The mounting of four devices on an ultra-compact package allows

More information

Renesas LIN Overview. White paper REU05B Introduction

Renesas LIN Overview. White paper REU05B Introduction White paper Introduction LIN is a communication and distributed processing bus system. It is characterized by low cost hardware and a relatively low data transmission speed and number of bus nodes. Only

More information

LAN9500/LAN9500i LAN9500A/LAN9500Ai USB 2.0 to 10/100 Ethernet Controller

LAN9500/LAN9500i LAN9500A/LAN9500Ai USB 2.0 to 10/100 Ethernet Controller LAN9500/LAN9500i LAN9500A/LAN9500Ai USB 2.0 to 10/100 PRODUCT FEATURES Highlights Single Chip Hi-Speed USB 2.0 to 10/100 Integrated 10/100 MAC with Full-Duplex Support Integrated 10/100 PHY with HP Auto-MDIX

More information